StyledElementApplyStyling Method
Applies styling to the control if the control is initialized and styling is not
already applied.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool ApplyStyling()
Public Function ApplyStyling As Boolean
member ApplyStyling : unit -> bool
Return Value
Boolean
A value indicating whether styling is now applied to the control.
The styling system will automatically apply styling when required, so it should not
usually be necessary to call this method manually.