PanelAffectsParentArrangeTPanel Method

Marks a property on a child as affecting the parent panel's arrangement.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected static void AffectsParentArrange<TPanel>(
	params AvaloniaProperty[] properties
)
where TPanel : Panel

Parameters

properties  AvaloniaProperty
The properties.

Type Parameters

TPanel

See Also