Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / Fill Property


In This Topic
    Fill Property (ImageDrawing)
    In This Topic
    Gets the Brush object to fill the surface of the geometry drawing.
    Syntax
    'Declaration
     
    
    Public Property Fill As Brush
    'Usage
     
    
    Dim instance As ImageDrawing
    Dim value As Brush
     
    instance.Fill = value
     
    value = instance.Fill
    public Brush Fill {get; set;}
    See Also