Click or drag to resize
PathGeometryFillRule Property
Gets or sets a value that determines how the intersecting areas contained in the PathGeometry are combined.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public FillRule FillRule { get; set; }

Property Value

Type: FillRule
See Also