Panel.

AffectsParentArrange<TPanel>(AvaloniaProperty[]) Method

Summary

Marks a property on a child as affecting the parent panel's arrangement.
Namespace
Avalonia.Controls
Containing Type
Panel

Syntax

protected static void AffectsParentArrange<TPanel>(params AvaloniaProperty[] properties) 
    where TPanel : class, IPanel

Type Parameters

Name Description
TPanel

Parameters

Name Type Description
properties AvaloniaProperty[] The properties.

Return Value

Type Description
void