IsStylesInitialized Property
Gets a value indicating whether Styles is initialized.
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
bool IsStylesInitialized { get; }
ReadOnly Property IsStylesInitialized As Boolean
Get
abstract IsStylesInitialized : bool with get
Property Value
BooleanRemarks
The Styles property may be lazily initialized, if so this property indicates whether it has been initialized.