FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / ShadowSize Property


ShadowSize Property (ButtonCellType)
Gets or sets the width (in pixels) of the shadow around the button.
Syntax
'Declaration
 
Public Property ShadowSize As Integer
 
'Usage
 
Dim instance As ButtonCellType
Dim value As Integer
 
instance.ShadowSize = value
 
value = instance.ShadowSize
Exceptions
ExceptionDescription
Specified width is not valid; must be between 0 and 256
See Also