Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / ShadowSize Property


In This Topic
ShadowSize Property (ColumnHeaderRenderer)
In This Topic
Gets or sets the size of shadow around the button.
Syntax
'Declaration
 
Public Property ShadowSize As Integer
 
'Usage
 
Dim instance As ColumnHeaderRenderer
Dim value As Integer
 
instance.ShadowSize = value
 
value = instance.ShadowSize
See Also