DrawingBrush
Inheritance: TileBrush AvaloniaUI documentation: DrawingBrush API
Constructors
Constructors
Description
DrawingBrush(source: WidgetBuilder<'msg, #IFabDrawing>)
Creates a DrawingBrush widget.
Properties
Properties
Description
reference(value: ViewRef)
Link a ViewRef to access the direct DrawingBrush control instance.
Usages
DrawingBrush(GeometryDrawing())
Get access to the underlying DrawingBrush
let brushesRef = ViewRef<DrawingBrush>()
DrawingBrush(GeometryDrawing())
.reference(brushesRef)
Last updated