ClassCombinedGeometry
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class CombinedGeometry : Geometry, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Geometry>GeometryCombinedGeometry
Implements:
Inherited Members
Constructors
CombinedGeometry()
Declaration
cs-api-definition
public CombinedGeometry()
Fields
Geometry1Property
Declaration
cs-api-definition
public static AutomationProperty Geometry1Property
Field Value
Geometry2Property
Declaration
cs-api-definition
public static AutomationProperty Geometry2Property
Field Value
GeometryCombineModeProperty
Declaration
cs-api-definition
public static AutomationProperty GeometryCombineModeProperty
Field Value
Properties
Geometry1
Declaration
cs-api-definition
[DataMember]
public Geometry Geometry1 { get; set; }
Property Value
Geometry2
Declaration
cs-api-definition
[DataMember]
public Geometry Geometry2 { get; set; }
Property Value
GeometryCombineMode
Declaration
cs-api-definition
[DataMember]
public GeometryCombineMode GeometryCombineMode { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type