Freigeben über


UniformGridLayout.MinColumnSpacing Eigenschaft

Definition

Ruft den minimalen Abstand zwischen Elementen auf der horizontalen Achse ab oder legt diese fest.

public:
 property double MinColumnSpacing { 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 MinColumnSpacing();

void MinColumnSpacing(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 MinColumnSpacing();

void MinColumnSpacing(double value);
public double MinColumnSpacing { [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 MinColumnSpacing { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")] set; }
var double = uniformGridLayout.minColumnSpacing;
uniformGridLayout.minColumnSpacing = double;
Public Property MinColumnSpacing As Double

Eigenschaftswert

Double

double

Der minimale Abstand (in Pixel) zwischen Elementen auf der horizontalen Achse.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Hinweise

Der Abstand kann diesen Mindestwert überschreiten, wenn ItemsJustification auf SpaceEvenly, SpaceAround oder SpaceBetween festgelegt ist.

Gilt für: