Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GradientBrush Class / Scaled Property


In This Topic
    Scaled Property
    In This Topic
    Gets a value indicating whether this GradientBrush is scaled.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Scaled As Boolean
    'Usage
     
    
    Dim instance As GradientBrush
    Dim value As Boolean
     
    value = instance.Scaled
    public bool Scaled {get;}

    Property Value

    true if this GradientBrush is scaled; otherwise, false.
    See Also