UniformGridLayout.MinItemWidth Proprietà

Definizione

Ottiene o imposta la larghezza minima di ogni elemento.

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

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

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

Valore della proprietà

Double

double

Larghezza minima (in pixel) di ogni elemento. Il valore predefinito è NaN, nel qual caso la larghezza del primo elemento viene usata come minimo.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Si applica a