FillRule Property
Gets or sets how the intersecting areas of the objects contained in this GeometryGroup are combined. The default is EvenOdd.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public FillRule FillRule { get; set; }
Public Property FillRule As FillRule
Get
Set
member FillRule : FillRule with get, set