Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FillRule Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnPolygonObject Class : FillRule Property





Gets or sets a FillRule value that determines how the interior of this AnnPolygonObject is filled. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property FillRule As FillRule
Visual Basic (Usage)Copy Code
Dim instance As AnnPolygonObject
Dim value As FillRule
 
instance.FillRule = value
 
value = instance.FillRule
C# 
public FillRule FillRule {get; set;}
C++/CLI 
public:
property FillRule FillRule {
   FillRule get();
   void set (FillRule value);
}
XAML Attributes Usage 

<object FillRule=System.Windows.Media.FillRule .../>

Dependencies Property Information 

Identifier field

FillRuleProperty

Metadata properties set to true

AffectsRender

XAML Attributes Usage 

<object FillRule=System.Windows.Media.FillRule .../>

Dependencies Property Information 

Identifier field

FillRuleProperty

Metadata properties set to true

AffectsRender

Return Value

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

Example

For XAML example, refer to AnnPolygonObject.

For C#/VB examples, refer to AnnPolygonObject.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

FillRule requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.