New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public CombinedGeometry()

Fields

C#
public static AutomationProperty Geometry1Property
C#
public static AutomationProperty Geometry2Property
C#
public static AutomationProperty GeometryCombineModeProperty

Properties

C#
[DataMember]
public Geometry Geometry1 { get; set; }
C#
[DataMember]
public Geometry Geometry2 { get; set; }
C#
[DataMember]
public GeometryCombineMode GeometryCombineMode { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: Geometry.GetRealType()