GeometryCombineMode 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)
- C#
- VB
- F#
public GeometryCombineMode GeometryCombineMode { get; set; }
Public Property GeometryCombineMode As GeometryCombineMode
Get
Set
member GeometryCombineMode : GeometryCombineMode with get, set