PanelAffectsParentArrangeTPanel Method
Marks a property on a child as affecting the parent panel's arrangement.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected static void AffectsParentArrange<TPanel>(
params AvaloniaProperty[] properties
)
where TPanel : Panel
Protected Shared Sub AffectsParentArrange(Of TPanel As Panel) (
ParamArray properties As AvaloniaProperty()
)
static member AffectsParentArrange :
properties : AvaloniaProperty[] -> unit when 'TPanel : Panel
- properties AvaloniaProperty
- The properties.
- TPanel