DefinitionBaseSharedSizeGroupProperty 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) Version: 11.3.999
public static readonly AttachedProperty<string?> SharedSizeGroupProperty

Field Value

AttachedPropertyString

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.

See Also