GeometryAffectsGeometry Method

Marks a property as affecting the geometry's PlatformImpl.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected static void AffectsGeometry(
	params AvaloniaProperty[] properties
)

Parameters

properties  AvaloniaProperty
The 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.

See Also