StyledElementIsInitialized Property
Gets a value that indicates whether the element has finished initialization.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool IsInitialized { get; }
Public ReadOnly Property IsInitialized As Boolean
Get
member IsInitialized : bool with get
Property Value
Boolean
For more information about when IsInitialized is set, see the
Initialized
event.