Skip to main content

AffectsArrange<T> Method

Marks a property as affecting the control's arrangement.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)

protected static void AffectsArrange<T>(
params AvaloniaProperty[] properties
)
where T : Layoutable

Parameters

  AvaloniaProperty[]
The properties.

Type Parameters

The control which the property affects.

Remarks

After a call to this method in a control's static constructor, any change to the property will cause InvalidateArrange() to be called on the element.

See Also

Reference

Layoutable Class
Avalonia.Layout Namespace