Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShadowOffset Property


In This Topic
ShadowOffset Property (ChartShape)
In This Topic
Gets or sets the amount of offset of the shadow.
Syntax
'Declaration
 
Public Shadows Property ShadowOffset As Single
 
'Usage
 
Dim instance As ChartShape
Dim value As Single
 
instance.ShadowOffset = value
 
value = instance.ShadowOffset
See Also