Summary
Gets or sets the minimum space between items on the horizontal axis.
- Namespace
- Avalonia
.Layout - Containing Type
- UniformGridLayout
Syntax
public double MinColumnSpacing { get; set; }
Remarks
The spacing may exceed this minimum value when
ItemsJustification
is set
to SpaceEvenly, SpaceAround, or SpaceBetween.
Value
Type | Description |
---|---|
double |