Summary
Represents the sequence of dashes and gaps that will be applied by a
Pen
.
- Namespace
- Avalonia
.Media - Implementing Types
graph BT
Type["IDashStyle"]
class Type type-node
Implementing0["ImmutableDashStyle"]-.->Type
click Implementing0 "/api/Avalonia.Media.Immutable/ImmutableDashStyle"
Implementing1["DashStyle"]-.->Type
click Implementing1 "/api/Avalonia.Media/DashStyle"
Syntax
public interface IDashStyle
Properties
Extension Methods
Name | Value | Summary |
---|---|---|
ToImmutable |
ImmutableDashStyle |
Converts a dash style to an immutable dash style.
From BrushExtensions
|