Leadtools.Windows.Annotations Namespace > AnnPolygonObject Class : FillRule Property |
public AnnFillRule FillRule {get; set;}
'Declaration Public Property FillRule As AnnFillRule
'Usage Dim instance As AnnPolygonObject Dim value As AnnFillRule instance.FillRule = value value = instance.FillRule
public: property AnnFillRule FillRule { AnnFillRule get(); void set ( AnnFillRule value); }
For an illustration of the available fill modes, refer to FillRule enumeration.
For XAML example, refer to AnnPolygonObject.
For C#/VB examples, refer to AnnPolygonObject.