Bagikan melalui


ColorSpectrum.MinValue Properti

Definisi

Mendapatkan atau menetapkan nilai Nilai minimum dalam rentang 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 = colorSpectrum.minValue;
colorSpectrum.minValue = int32;
Public Property MinValue As Integer

Nilai Properti

Int32

int

Nilai nilai minimum dalam rentang 0-100. Nilai defaultnya adalah 100.

Atribut
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Keterangan

Rentang yang valid untuk nilai Nilai adalah 0-100. Mengatur nilai di luar rentang ini akan menyebabkan pengecualian.

Berlaku untuk