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