Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / FillMode Property


In This Topic
    FillMode Property (GeometryDrawing)
    In This Topic
    Gets the fill mode of this GeometryDrawing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FillMode As GeometryFillMode
    'Usage
     
    
    Dim instance As GeometryDrawing
    Dim value As GeometryFillMode
     
    value = instance.FillMode
    public GeometryFillMode FillMode {get;}

    Property Value

    The fill mode of this GeometryDrawing.
    See Also