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

FillRule Property (AnnPolygonObject)

Show in webframe





Gets or sets a AnnFillRule value that determines how the interior of this AnnPolygonObject is filled. This is a dependency property.
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:
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

See Also

Reference

AnnPolygonObject Class
AnnPolygonObject Members

 

 


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