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
public int ShadowSize {get; set;}
See Also