Show / Hide Table of Contents

Class GeometryGroup

Represents a composite geometry, composed of other Geometry objects.

Inheritance
System.Object
DependencyObject
Geometry
GeometryGroup
Inherited Members
Geometry.Empty
Geometry.TransformProperty
Geometry.Transform
Geometry.StandardFlatteningTolerance
Geometry.Bounds
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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 Source

GeometryGroup()

Initializes a new instance of the GeometryGroup class.

Declaration
public GeometryGroup()

Fields

| Improve this Doc View Source

ChildrenProperty

Identifies the Children dependency property.

Declaration
public static readonly DependencyProperty ChildrenProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

FillRuleProperty

Identifies the FillRule dependency property.

Declaration
public static readonly DependencyProperty FillRuleProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Children

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.

| Improve this Doc View Source

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.

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source