LayoutHelperInvalidateSelfAndChildrenMeasure Method

Invalidates measure for given control and all visual children recursively.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static void InvalidateSelfAndChildrenMeasure(
	Layoutable control
)

Parameters

control  Layoutable
 

See Also