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