CombinedGeometryGeometryCombineMode Property

Gets or sets the method by which the two geometries (specified by the Geometry1 and Geometry2 properties) are combined. The default value is Union.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public GeometryCombineMode GeometryCombineMode { get; set; }

Property Value

GeometryCombineMode

See Also