Summary
Defines a geometric shape.
- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
- Derived Types
Syntax
public abstract class Geometry : AvaloniaObject, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink
Events
Name | Type | Summary |
---|---|---|
Changed | EventHandler |
Raised when the geometry changes.
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
TransformProperty |
Defines the
Transform property.
static
|
Properties
Name | Value | Summary |
---|---|---|
Bounds | Rect |
Gets the geometry's bounding rectangle.
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
PlatformImpl | IGeometryImpl |
Gets the platform-specific implementation of the geometry.
|
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
|
Transform | Transform |
Gets or sets a transform to apply to the geometry.
|