AffectsParentArrange<TPanel> 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)
- C#
- VB
- F#
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
Parameters
- AvaloniaProperty[]
- The properties.