CombinedGeometry.GeometryCombineMode Property

Definition

Gets or sets the method by which the two geometries (specified by the Geometry1 and Geometry2 properties) are combined.

public:
 property System::Windows::Media::GeometryCombineMode GeometryCombineMode { System::Windows::Media::GeometryCombineMode get(); void set(System::Windows::Media::GeometryCombineMode value); };
public System.Windows.Media.GeometryCombineMode GeometryCombineMode { get; set; }
member this.GeometryCombineMode : System.Windows.Media.GeometryCombineMode with get, set
Public Property GeometryCombineMode As GeometryCombineMode

Property Value

The method by which Geometry1 and Geometry2 are combined. The default value is Union.

Remarks

Dependency Property Information

Identifier field GeometryCombineModeProperty
Metadata properties set to true None

Applies to