Property Running
Running
Gets or sets whether the main loop for this Toplevel is running or not.
public bool Running { get; set; }
Property Value
Remarks
Setting this property directly is discouraged. Use RequestStop(Toplevel?) instead.
Gets or sets whether the main loop for this Toplevel is running or not.
public bool Running { get; set; }
Setting this property directly is discouraged. Use RequestStop(Toplevel?) instead.