Class DrawingGroup
public sealed class DrawingGroup : Drawing, INotifyPropertyChanged
- Inheritance
-
DrawingGroup
- Implements
- Inherited Members
- Extension Methods
Constructors
DrawingGroup()
public DrawingGroup()
Fields
ChildrenProperty
public static readonly DirectProperty<DrawingGroup, DrawingCollection> ChildrenProperty
Field Value
ClipGeometryProperty
public static readonly StyledProperty<Geometry?> ClipGeometryProperty
Field Value
OpacityMaskProperty
public static readonly StyledProperty<IBrush?> OpacityMaskProperty
Field Value
OpacityProperty
public static readonly StyledProperty<double> OpacityProperty
Field Value
TransformProperty
public static readonly StyledProperty<Transform?> TransformProperty
Field Value
Properties
Children
Gets or sets the collection that contains the child geometries.
[Content]
public DrawingCollection Children { get; set; }
Property Value
ClipGeometry
public Geometry? ClipGeometry { get; set; }
Property Value
Opacity
public double Opacity { get; set; }
Property Value
OpacityMask
public IBrush? OpacityMask { get; set; }
Property Value
Transform
public Transform? Transform { get; set; }
Property Value
Methods
GetBounds()
Gets the drawing's bounding rectangle.
public override Rect GetBounds()
Returns
Open()
public DrawingContext Open()