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

FillRule Property (AnnPolygonObject)






Gets or sets a AnnFillRule value that determines how the interior of this AnnPolygonObject is filled. This is a dependency property. .NET support Silverlight support
Syntax
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 AnnFillRule FillRule {get; set;}
 get_FillRule();
set_FillRule(value);
public:
property AnnFillRule FillRule {
   AnnFillRule get();
   void set (    AnnFillRule value);
}

Property Value

A AnnFillRule value that determines how the interior of this AnnPolygonObject is filled.
Remarks

For an illustration of the available fill modes, refer to FillRule enumeration.

Example

For XAML example, refer to AnnPolygonObject.

For C#/VB examples, refer to AnnPolygonObject.

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

AnnPolygonObject Class
AnnPolygonObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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