This topic has not yet been rated - Rate this topic

Polygon.FillRule property

Gets or sets a value that specifies how the interior fill of the shape is determined.

Syntax


public FillRule FillRule { get; set; }


<Polygon FillRule="Nonzero"/>
-or-
<Polygon FillRule="EvenOdd"/>

Property value

Type: FillRule

A value of the enumeration. The default is EvenOdd.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Shapes
Windows::UI::Xaml::Shapes [C++]

Metadata

Windows.winmd

See also

Polygon

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.