Visual Basic (Declaration) | |
---|---|
Public Property FillRule As FillRule |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public FillRule FillRule {get; set;} |
XAML Attributes Usage | |
---|---|
<object FillRule=System.Windows.Media.FillRule .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
XAML Attributes Usage | |
---|---|
<object FillRule=System.Windows.Media.FillRule .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
Return Value
A FillRule value that determines how the interior of this AnnPolygonObject is filled.For XAML example, refer to AnnPolygonObject.
For C#/VB examples, refer to AnnPolygonObject.
For an illustration of the available fill modes, refer to FillRule enumeration.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family