CombinedGeometry.GeometryCombineMode Property
Definition
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.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.