Summary
Marks a property on a child as affecting the parent panel's measurement.
- Namespace
- Avalonia
.Controls - Containing Type
- Panel
Syntax
protected static void AffectsParentMeasure<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 |