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


In This Topic
    VerticalScalingFactor Property
    In This Topic
    Gets or sets the vertical scaling factor; negative scaling causes a flip.
    Syntax
    'Declaration
     
    
    Public Property VerticalScalingFactor As Double
    'Usage
     
    
    Dim instance As OuterShadowEffect
    Dim value As Double
     
    instance.VerticalScalingFactor = value
     
    value = instance.VerticalScalingFactor
    public double VerticalScalingFactor {get; set;}

    Property Value

    The vertical scaling factor.
    See Also