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


In This Topic
Distance Property
In This Topic
Gets or sets how far to offset the shadow.
Syntax
'Declaration
 
Public Property Distance As Double
 
'Usage
 
Dim instance As InnerShadowEffect
Dim value As Double
 
instance.Distance = value
 
value = instance.Distance

Property Value

How far to offset the shadow.
See Also