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


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

    Property Value

    The horizontal skew angle.
    See Also