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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.