Summary
Shared size group property marks column / row definition as belonging to a group "Foo" or "Bar".
- Namespace
- Avalonia
.Controls - Containing Type
- DefinitionBase
Syntax
public static readonly AttachedProperty<string> SharedSizeGroupProperty
Remarks
Value of the Shared Size Group Property must satisfy the following rules:
- String must not be empty.
- String must consist of letters, digits and underscore ('_') only.
- String must not start with a digit.