InvalidateSelfAndChildrenMeasure Method
Invalidates measure for given control and all visual children recursively.
Definition
Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static void InvalidateSelfAndChildrenMeasure(
Layoutable control
)
Public Shared Sub InvalidateSelfAndChildrenMeasure (
control As Layoutable
)
static member InvalidateSelfAndChildrenMeasure :
control : Layoutable -> unit