- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
graph BT
Type-->Base0["AvaloniaObject"]
click Base0 "/api/Avalonia/AvaloniaObject"
Base0-->Base1["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["PathFigure"]
class Type type-node
Syntax
public sealed class PathFigure : AvaloniaObject, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink
Constructors
Name | Summary |
---|---|
PathFigure |
Initializes a new instance of the PathFigure class.
|
Events
Name | Type | Summary |
---|---|---|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
IsClosedProperty |
Defines the
IsClosed property.
static
|
|
IsFilledProperty |
Defines the
IsFilled property.
static
|
|
SegmentsProperty |
Defines the
Segments property.
static
|
|
StartPointProperty |
Defines the
StartPoint property.
static
|
Properties
Name | Value | Summary |
---|---|---|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
IsClosed | bool |
Gets or sets a value indicating whether this instance is closed.
|
IsFilled | bool |
Gets or sets a value indicating whether this instance is filled.
|
Segments | PathSegments? |
Gets or sets the segments.
|
StartPoint | Point |
Gets or sets the start point.
|
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
|