Partager via


UniformGridLayout.MinRowSpacing Propriété

Définition

Obtient ou définit l’espace minimal entre les éléments sur l’axe vertical.

public:
 property double MinRowSpacing { double get(); void set(double value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")]
double MinRowSpacing();

void MinRowSpacing(double value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")]
double MinRowSpacing();

void MinRowSpacing(double value);
public double MinRowSpacing { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")]
public double MinRowSpacing { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")] set; }
var double = uniformGridLayout.minRowSpacing;
uniformGridLayout.minRowSpacing = double;
Public Property MinRowSpacing As Double

Valeur de propriété

Double

double

Espace minimal (en pixels) entre les éléments de l’axe vertical.

Attributs
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Remarques

L’espacement peut dépasser cette valeur minimale lorsque ItemsJustification est défini sur SpaceEvenly, SpaceAround ou SpaceBetween.

S’applique à