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