DefinitionBase.

AffectsParentMeasure(AvaloniaProperty[]) Method

Summary

Marks a property on a definition as affecting the parent grid's measurement.
Namespace
Avalonia.Controls
Containing Type
DefinitionBase

Syntax

protected static void AffectsParentMeasure(params AvaloniaProperty[] properties)

Parameters

Name Type Description
properties AvaloniaProperty[] The properties.

Return Value

Type Description
void