Skip to main content

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)

public static readonly AttachedProperty<string?> SharedSizeGroupProperty
View Source

Field Value

AttachedProperty(String)

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

Reference

DefinitionBase Class
Avalonia.Controls Namespace