Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGeometry Interface / FillMode Property


In This Topic
    FillMode Property
    In This Topic
    Gets the fill mode of this geometry.
    Syntax
    'Declaration
     
    
    Property FillMode As GeometryFillMode
    'Usage
     
    
    Dim instance As IGeometry
    Dim value As GeometryFillMode
     
    instance.FillMode = value
     
    value = instance.FillMode
    GeometryFillMode FillMode {get; set;}

    Property Value

    The fill mode of this geometry.
    See Also