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


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