DashStyle

Inheritance: Animatable AvaloniaUI documentation: DashStyle API

Constructors

Constructors
Description

DashStyle(dashes: float list, offset: float)

Creates a DashStyle widget.

Properties

Properties
Description

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