PanelAffectsParentMeasureTPanel Method
Marks a property on a child as affecting the parent panel's measurement.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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
- properties AvaloniaProperty
- The properties.
- TPanel