Summary
Gets or sets the children.
- Namespace
- Avalonia
.Media - Containing Type
- TransformGroup
Syntax
[Content]
public Transforms Children { get; set; }
Attributes
Type | Description |
---|---|
ContentAttribute | Defines the property that contains the object's content in markup. |
Value
Type | Description |
---|---|
Transforms | The children. |