DashStyle

Inheritance: Animatable AvaloniaUI documentation: DashStyle API

Constructors

ConstructorsDescription

DashStyle(dashes: float list, offset: float)

Creates a DashStyle widget.

Properties

PropertiesDescription

reference(value: ViewRef)

Link a ViewRef to access the direct DashStyle control instance.

Usages

DashStyle([ 2.; 2. ], 0.)

Get access to the underlying DashStyle

let stylleRef = ViewRef<DashStyle>()

DashStyle([ 2.; 2. ], 0.)
    .reference(stylleRef)

Last updated