Class GeometryGroup
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 GeometryGroup : Geometry, IAutomationPeer, IPeerConverter
Constructors
GeometryGroup()
Declaration
public GeometryGroup()
Fields
ChildrenProperty
FillRuleProperty
Properties
Children
Declaration
public List<Geometry> Children { get; set; }
Property Value
System.Collections.Generic.List<Geometry>
|
FillRule
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|