Spread WinForms 15
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

Property Value

The vertical scaling factor.
See Also