Summary
Gets or sets a value indicating whether this instance is filled.
- Namespace
- Avalonia
.Media - Containing Type
- PathFigure
Syntax
public bool IsFilled { get; set; }
Value
Type | Description |
---|---|
bool |
true if this instance is filled; otherwise, false .
|