IsClosed Property
Gets or sets a value indicating whether this instance is closed.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsClosed { get; set; }
Public Property IsClosed As Boolean
Get
Set
member IsClosed : bool with get, set
Property Value
Boolean
true
if this instance is closed; otherwise, false
.