GeometryGroupFillRule 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) Version: 11.3.999
public FillRule FillRule { get; set; }

Property Value

FillRule

See Also