LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

FillRule Property (IAnnPolygon)

Show in webframe





Gets or sets a value indicating the fill rule (how the intersecting areas of the polygon are combine) of this polygon object.
Syntax
AnnFillRule FillRule {get; set;}
'Declaration
 
Property FillRule As AnnFillRule
'Usage
 
Dim instance As IAnnPolygon
Dim value As AnnFillRule
 
instance.FillRule = value
 
value = instance.FillRule

            

            
property AnnFillRule FillRule {
   AnnFillRule get();
   void set (    AnnFillRule value);
}

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

See Also

Reference

IAnnPolygon Interface
IAnnPolygon Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.