Summary
Represents the sequence of dashes and gaps that will be applied by a
Pen
.
- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- IDashStyle
- IAffectsRender
- Base Types
-
- object
- AvaloniaObject
- Animatable
graph BT
Type-->Base0["Animatable"]
click Base0 "/api/Avalonia.Animation/Animatable"
Base0-->Base1["AvaloniaObject"]
click Base1 "/api/Avalonia/AvaloniaObject"
Base1-->Base2["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["IValueSink"]
Type-.->Interface4["IDashStyle"]
click Interface4 "/api/Avalonia.Media/IDashStyle"
Type-.->Interface5["IAffectsRender"]
click Interface5 "/api/Avalonia.Media/IAffectsRender"
Type["DashStyle"]
class Type type-node
Syntax
public class DashStyle : Animatable, IAvaloniaObject, IAvaloniaObjectDebug, INotifyPropertyChanged,
IValueSink, IDashStyle, IAffectsRender
Constructors
Name | Summary |
---|---|
DashStyle |
Initializes a new instance of the DashStyle class.
|
DashStyle |
Initializes a new instance of the DashStyle class.
|
Events
Name | Type | Summary |
---|---|---|
Invalidated | EventHandler? |
Raised when the dash style changes.
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
ClockProperty |
Defines the
Clock property.
Inherited from Animatable
static
|
|
DashesProperty |
Defines the
Dashes property.
static
|
|
OffsetProperty |
Defines the
Offset property.
static
|
|
TransitionsProperty |
Defines the
Transitions property.
Inherited from Animatable
static
|
Properties
Name | Value | Summary |
---|---|---|
Clock | IClock |
Gets or sets the clock which controls the animations on the control.
Inherited from Animatable
|
Dash | IDashStyle |
Represents a dashed
DashStyle .
static
|
DashDot | IDashStyle |
Represents a dashed dotted
DashStyle .
static
|
DashDotDot | IDashStyle |
Represents a dashed double dotted
DashStyle .
static
|
Dashes | AvaloniaList |
Gets or sets the length of alternating dashes and gaps.
|
Dot | IDashStyle |
Represents a dotted
DashStyle .
static
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
Offset | double |
Gets or sets how far in the dash sequence the stroke will start.
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|
Transitions | Transitions? |
Gets or sets the property transitions for the control.
Inherited from Animatable
|