Summary
Helper for reading IsSharedSizeScope property from a Control.
- Namespace
- Avalonia
.Controls - Containing Type
- Grid
Syntax
public static bool GetIsSharedSizeScope(Control element)
Parameters
Name | Type | Description |
---|---|---|
element | Control | Control to read IsSharedSizeScope property from. |
Return Value
Type | Description |
---|---|
bool | IsSharedSizeScope property value. |