Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / InnerShadowEffect Class / Direction Property


In This Topic
Direction Property (InnerShadowEffect)
In This Topic
Gets or sets the direction to offset the shadow.
Syntax
'Declaration
 
Public Property Direction As Double
 
'Usage
 
Dim instance As InnerShadowEffect
Dim value As Double
 
instance.Direction = value
 
value = instance.Direction

Property Value

The direction to offset the shadow.
See Also