IsInitialized Property
Gets a value that indicates whether the element has finished initialization.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsInitialized { get; }
Public ReadOnly Property IsInitialized As Boolean
Get
member IsInitialized : bool with get
Property Value
BooleanRemarks
For more information about when IsInitialized is set, see the Initialized event.