Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GradientBrush Class / FillToRect Property


In This Topic
    FillToRect Property
    In This Topic
    Returns a rectangle that guides gradient brush through drawing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FillToRect As Rectangle
    'Usage
     
    
    Dim instance As GradientBrush
    Dim value As Rectangle
     
    value = instance.FillToRect
    public Rectangle FillToRect {get;}
    See Also