GridGetIsSharedSizeScope Method

Helper for reading IsSharedSizeScope property from a Control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool GetIsSharedSizeScope(
	Control element
)

Parameters

element  Control
Control to read IsSharedSizeScope property from.

Return Value

Boolean
IsSharedSizeScope property value.

See Also