PathFigure
Inheritance: AvaloniaObject AvaloniaUI documentation: PathFigure API
Constructors
Constructors
Description
PathFigure(startPoint: Point)
Creates a PathFigure widget.
Properties
Properties
Description
isClosed(value: bool)
Sets the IsClosed property.
isFilled(value: bool)
Sets the IsFilled property.
reference(value: ViewRef)
Link a ViewRef to access the direct PathFigure control instance.
Usages
Get access to the underlying PathFigure
Last updated