Class GeometryGroup
Represents a composite geometry, composed of other Geometry objects.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class GeometryGroup : Geometry, IDependencyObject
Constructors
| Improve this Doc View SourceGeometryGroup()
Initializes a new instance of the GeometryGroup class.
Declaration
public GeometryGroup()
Fields
| Improve this Doc View SourceChildrenProperty
Identifies the Children dependency property.
Declaration
public static readonly DependencyProperty ChildrenProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
FillRuleProperty
Identifies the FillRule dependency property.
Declaration
public static readonly DependencyProperty FillRuleProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceChildren
Gets or sets the GeometryCollection that contains the objects that define this GeometryGroup.
Declaration
public GeometryCollection Children { get; set; }
Property Value
Type | Description |
---|---|
GeometryCollection | A collection containing the children of this GeometryGroup. |
FillRule
Gets or sets how the intersecting areas of the objects contained in this GeometryGroup are combined.
Declaration
public FillRule FillRule { get; set; }
Property Value
Type | Description |
---|---|
FillRule | One of the enumeration values that specifies how the intersecting areas are combined to form the resulting area. The default is EvenOdd. |