LayoutableAffectsArrangeT Method
Marks a property as affecting the control's arrangement.
Namespace: Avalonia.LayoutAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected static void AffectsArrange<T>(
params AvaloniaProperty[] properties
)
where T : Layoutable
Protected Shared Sub AffectsArrange(Of T As Layoutable) (
ParamArray properties As AvaloniaProperty()
)
static member AffectsArrange :
properties : AvaloniaProperty[] -> unit when 'T : Layoutable
- properties AvaloniaProperty
- The properties.
- T
- The control which the property affects.
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.