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