DefinitionBaseSharedSizeGroupProperty Field
Shared size group property marks column / row definition as belonging to a group "Foo" or "Bar".
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly AttachedProperty<string?> SharedSizeGroupProperty
Public Shared ReadOnly SharedSizeGroupProperty As AttachedProperty(Of String)
static val SharedSizeGroupProperty: AttachedProperty<string>
Field Value
AttachedPropertyString
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.