Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / shadowSize Field


In This Topic
shadowSize Field
In This Topic
Size of the shadow of the button.
Syntax
'Declaration
 
Public shadowSize As Integer
 
'Usage
 
Dim instance As FpButtonPaintArgs
Dim value As Integer
 
value = instance.shadowSize
 
instance.shadowSize = value
See Also