Summary
Represents the sequence of dashes and gaps that will be applied by an
ImmutablePen
.
- Namespace
- Avalonia
.Media .Immutable - Interfaces
-
- IDashStyle
- IEquatable
<IDashStyle>
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IDashStyle"]
click Interface0 "/api/Avalonia.Media/IDashStyle"
Type-.->Interface1["IEquatable<IDashStyle>"]
Type["ImmutableDashStyle"]
class Type type-node
Syntax
public class ImmutableDashStyle : IDashStyle, IEquatable<IDashStyle>
Constructors
Name | Summary |
---|---|
ImmutableDashStyle |
Initializes a new instance of the ImmutableDashStyle class.
|
Properties
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool | |
Equals |
bool | |
GetHashCode |
int |
Extension Methods
Name | Value | Summary |
---|---|---|
ToImmutable |
ImmutableDashStyle |
Converts a dash style to an immutable dash style.
From BrushExtensions
|