GeometryAffectsGeometry Method
Marks a property as affecting the geometry's PlatformImpl.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected static void AffectsGeometry(
params AvaloniaProperty[] properties
)
Protected Shared Sub AffectsGeometry (
ParamArray properties As AvaloniaProperty()
)
static member AffectsGeometry :
properties : AvaloniaProperty[] -> unit
Parameters
- properties AvaloniaProperty
- The properties.
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.