Summary
Marks a property as affecting the geometry's
PlatformImpl
.
- Namespace
- Avalonia
.Media - Containing Type
- Geometry
Syntax
protected static void AffectsGeometry(params AvaloniaProperty[] properties)
Remarks
After a call to this method in a control's static constructor, any change to the
property will cause
InvalidateGeometry()
to be called on the element.
Parameters
Name | Type | Description |
---|---|---|
properties | AvaloniaProperty[] | The properties. |
Return Value
Type | Description |
---|---|
void |