Last updated 1 year ago
Inheritance: AvaloniaUI documentation: DashStyle
DashStyle(dashes: float list, offset: float)
Creates a DashStyle widget.
reference(value: ViewRef)
Link a ViewRef to access the direct DashStyle control instance.
DashStyle([ 2.; 2. ], 0.)
let stylleRef = ViewRef<DashStyle>() DashStyle([ 2.; 2. ], 0.) .reference(stylleRef)