LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

FillRule Property (IAnnPolygon)






Gets or sets a value indicating the fill rule (how the intersecting areas of the polygon are combine) of this polygon object. .NET support Silverlight support
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
AnnFillRule FillRule {get; set;}
get_FillRule();
set_FillRule(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAnnPolygon Interface
IAnnPolygon Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.