AffectsParentMeasure<TPanel> Method
Marks a property on a child as affecting the parent panel's measurement.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected static void AffectsParentMeasure<TPanel>(
params AvaloniaProperty[] properties
)
where TPanel : Panel
Protected Shared Sub AffectsParentMeasure(Of TPanel As Panel) (
ParamArray properties As AvaloniaProperty()
)
static member AffectsParentMeasure :
properties : AvaloniaProperty[] -> unit when 'TPanel : Panel
Parameters
- AvaloniaProperty[]
- The properties.