Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 942 Bytes

decorator.md

File metadata and controls

15 lines (12 loc) · 942 Bytes

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.