The FillRule Property supports WPF/Silverlight.
The FillRule Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value indicating the fill rule (how the intersecting areas of the polygon are combine) of this polygon object.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Property FillRule As AnnFillRule |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IAnnPolygon
Dim value As AnnFillRule
instance.FillRule = value
value = instance.FillRule |
Property Value
A
AnnFillRule value that indicates the fill rule (how the intersecting areas of the polygon are combine) of this polygon object.
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also