Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / mode Field


In This Topic
    mode Field
    In This Topic
    Linear gradient mode for the button.
    Syntax
    'Declaration
     
    
    Public mode As LinearGradientMode
    'Usage
     
    
    Dim instance As FpButtonPaintArgs
    Dim value As LinearGradientMode
     
    value = instance.mode
     
    instance.mode = value
    public LinearGradientMode mode
    See Also