Summary
Gets or sets a value that indicates how items are aligned on the non-scrolling or non-
virtualizing axis.
- Namespace
- Avalonia
.Layout - Containing Type
- UniformGridLayout
Syntax
public UniformGridLayoutItemsJustification ItemsJustification { get; set; }
Value
Type | Description |
---|---|
Uniform |
An enumeration value that indicates how items are aligned. The default is Start. |