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


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

    Property Value

    The fill mode of this GeometryDrawing.
    See Also