Layoutable.

AffectsArrange(AvaloniaProperty[]) Method

Summary

Marks a property as affecting the control's arrangement.
Namespace
Avalonia.Layout
Containing Type
Layoutable

Syntax

[Obsolete("Use AffectsArrange<T> and specify the control type.")]
protected static void AffectsArrange(params AvaloniaProperty[] properties)

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.

Attributes

Type Description
ObsoleteAttribute

Parameters

Name Type Description
properties AvaloniaProperty[] The properties.

Return Value

Type Description
void