StyledElementIsInitialized Property

Gets a value that indicates whether the element has finished initialization.

Definition

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

Property Value

Boolean

Remarks

For more information about when IsInitialized is set, see the Initialized event.

See Also