Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / OuterShadowEffect Class / VerticalSkew Property


In This Topic
    VerticalSkew Property
    In This Topic
    Gets or sets the vertical skew angle.
    Syntax
    'Declaration
     
    
    Public Property VerticalSkew As Double
    'Usage
     
    
    Dim instance As OuterShadowEffect
    Dim value As Double
     
    instance.VerticalSkew = value
     
    value = instance.VerticalSkew
    public double VerticalSkew {get; set;}

    Property Value

    The vertical skew angle.
    See Also