Spread Windows Forms 12.0 Product Documentation
ShadowSize Property (FpButton)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : ShadowSize Property
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;}

Property Value

Integer number of pixels in the size of the shadow
See Also

Reference

FpButton Class
FpButton Members