Decorator
Inheritance: Control\ AvaloniaUI documentation: Decorator API
Properties
| Properties | Description |
|---|---|
| padding(value: Thickness) | Sets the Padding property. |
| padding(value: float) | Sets the Padding property. |
| padding(left: float, top: float, right: float, bottom: float) | Sets the Padding property. |
| padding(horizontal: float, vertical: float) | Sets the Padding property. |
| child(value: WidgetBuilder<'msg, #IFabControl>) | Sets the Child property. |
| child(value: Control) | Sets the Child property. |