Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 933 Bytes

dashstyle.md

File metadata and controls

31 lines (21 loc) · 933 Bytes

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)