Constructors
Methods
-
Apply
Template() sealed -
Get
Is static Gets the value of the IsTemplateFocusTargetProperty attached property on a control.Template Focus Target(Control) -
Get
Template protectedvirtualFocus Target() -
On
Attached protectedvirtualTo Logical Tree(Logical Tree Attachment Event Args) -
On
Detached protectedvirtualFrom Logical Tree(Logical Tree Attachment Event Args) -
On
Template protectedvirtual Called when the control's template is applied.Applied(Template Applied Event Args) -
On
Template protectedvirtual Called when the Template property changes.Changed(Avalonia Property Changed Event Args) -
Set
Is static Sets the value of the IsTemplateFocusTargetProperty attached property on a control.Template Focus Target(Control, Boolean)
Fields
-
Background
Property static Defines the Background property. -
Border
Brush static Defines the BorderBrush property.Property -
Border
Thickness static Defines the BorderThickness property.Property -
Font
Family static Defines the FontFamily property.Property -
Font
Size static Defines the FontSize property.Property -
Font
Style static Defines the FontStyle property.Property -
Font
Weight static Defines the FontWeight property.Property -
Foreground
Property static Defines the Foreground property. -
Is
Template static Defines the IsTemplateFocusTarget attached property.Focus Target Property -
Padding
Property static Defines the Padding property. -
Template
Applied static Defines the TemplateApplied routed event.Event -
Template
Property static Defines the Template property.
Properties
- Background Gets or sets the brush used to draw the control's background.
-
Border
Brush Gets or sets the brush used to draw the control's border. -
Border
Thickness Gets or sets the thickness of the control's border. -
Font
Family Gets or sets the font family used to draw the control's text. -
Font
Size Gets or sets the size of the control's text in points. -
Font
Style Gets or sets the font style used to draw the control's text. -
Font
Weight Gets or sets the font weight used to draw the control's text. - Foreground Gets or sets the brush used to draw the control's text and other foreground elements.
- Padding Gets or sets the padding placed between the border of the control and its content.
- Template Gets or sets the template that defines the control's appearance.
Events
-
Template
Applied Raised when the control's template is applied.