Inheritance: Animatable
AvaloniaUI documentation: DashStyle API
Constructors | Description |
---|---|
DashStyle(dashes: float list, offset: float) | Creates a DashStyle widget. |
Properties | Description |
---|---|
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)