Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / FillRule Property

In This Topic
    FillRule Property
    In This Topic
    Gets or sets a value specifying which algorithm is to be used to determine what parts of the canvas are included inside the shape.
    Syntax
    'Declaration
     
    Public Property FillRule As System.Nullable(Of SvgFillRule)
    public System.Nullable<SvgFillRule> FillRule {get; set;}
    See Also