IStyleHostIsStylesInitialized Property

Gets a value indicating whether Styles is initialized.

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool IsStylesInitialized { get; }

Property Value

Boolean

Remarks

The Styles property may be lazily initialized, if so this property indicates whether it has been initialized.

See Also