# Decorator

**Inheritance:** [Control](https://api.fabulous.dev/3.0-preview-1/avalonia/control)\
AvaloniaUI **documentation:** Decorator [API](https://reference.avaloniaui.net/api/Avalonia.Controls/Decorator/)

## 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.   |
