Class CombinedGeometry
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class CombinedGeometry : Geometry, IAutomationPeer, IPeerConverter
Constructors
CombinedGeometry()
Declaration
public CombinedGeometry()
Fields
Geometry1Property
Geometry2Property
GeometryCombineModeProperty
Declaration
public static AutomationProperty GeometryCombineModeProperty
Field Value
AutomationProperty
|
Properties
Geometry1
Geometry2
GeometryCombineMode
Declaration
public GeometryCombineMode GeometryCombineMode { get; set; }
Property Value
GeometryCombineMode
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|