Class
CombinedGeometry

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: IAutomationPeerIPeerConverter

Inherited Members Geometry.TransformPropertyGeometry.BoundsPropertyGeometry.TransformGeometry.BoundsAutomationObject<Geometry>.GetProperty(AutomationProperty)AutomationObject<Geometry>.GetProperty(AutomationProperty, object)AutomationObject<Geometry>.SetProperty(AutomationProperty, object)AutomationObject<Geometry>.InvokeMethod(AutomationMethod, params object[])AutomationObject<Geometry>.InvokeMethod(string, params object[])AutomationObject<Geometry>.Serialize()AutomationObject<Geometry>.Deserialize(string)AutomationObject<Geometry>.AssignReference(AutomationReference)AutomationObject<Geometry>.ToRealObject()AutomationObject<Geometry>.FromRealObject(object)AutomationObject<Geometry>.ReferenceAutomationObject<Geometry>.PropertyBag

Constructors

CombinedGeometry()

Declaration

cs-api-definition
public CombinedGeometry()

Fields

Geometry1Property

Declaration

cs-api-definition
public static AutomationProperty Geometry1Property

Field Value

AutomationProperty

Geometry2Property

Declaration

cs-api-definition
public static AutomationProperty Geometry2Property

Field Value

AutomationProperty

GeometryCombineModeProperty

Declaration

cs-api-definition
public static AutomationProperty GeometryCombineModeProperty

Field Value

AutomationProperty

Properties

Geometry1

Declaration

cs-api-definition
[DataMember]
public Geometry Geometry1 { get; set; }

Property Value

Geometry

Geometry2

Declaration

cs-api-definition
[DataMember]
public Geometry Geometry2 { get; set; }

Property Value

Geometry

GeometryCombineMode

Declaration

cs-api-definition
[DataMember]
public GeometryCombineMode GeometryCombineMode { get; set; }

Property Value

GeometryCombineMode

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides Geometry.GetRealType()