Condividi tramite


ColorPicker.MinValue Proprietà

Definizione

Ottiene o imposta il valore minimo Valore nell'intervallo 0-100.

public:
 property int MinValue { int get(); void set(int value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
int MinValue();

void MinValue(int value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
int MinValue();

void MinValue(int value);
public int MinValue { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
public int MinValue { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")] set; }
var int32 = colorPicker.minValue;
colorPicker.minValue = int32;
Public Property MinValue As Integer
<ColorPicker MinValue="int" .../>

Valore della proprietà

Int32

int

Valore minimo nell'intervallo 0-100. Il valore predefinito è 100.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Commenti

L'intervallo valido per i valori Value è 0-100. L'impostazione di un valore esterno a questo intervallo causerà un'eccezione.

Si applica a