Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CombinedGeometry.GeometryCombineMode Property

Definition

Namespace:
System.Windows.Media
Assembly:
PresentationCore.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Item Value
Identifier field GeometryCombineModeProperty
Metadata properties set to true None

Applies to


Feedback

Was this page helpful?