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

Property Value

The vertical skew angle.
See Also