DrawingBrush

Inheritance: TileBrush AvaloniaUI documentation: DrawingBrush API

Constructors

ConstructorsDescription

DrawingBrush(source: WidgetBuilder<'msg, #IFabDrawing>)

Creates a DrawingBrush widget.

Properties

PropertiesDescription

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