Spread Windows Forms 15.0
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
    public int shadowSize
    See Also