IDashStyle Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Represents the sequence of dashes and gaps that will be applied by a Pen.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IDashStyle
<NotClientImplementableAttribute>
Public Interface IDashStyle
[<NotClientImplementableAttribute>]
type IDashStyle = interface end
Properties
Dashes | Gets or sets the length of alternating dashes and gaps. |
Offset | Gets or sets how far in the dash sequence the stroke will start. |
Extension Methods
ToImmutable() | Converts a dash style to an immutable dash style. (Defined by BrushExtensions) |