다음을 통해 공유


ColorPicker.MinSaturation 속성

정의

0-100 범위의 최소 채도 값을 가져오거나 설정합니다.

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

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

void MinSaturation(int value);
public int MinSaturation { [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 MinSaturation { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")] set; }
var int32 = colorPicker.minSaturation;
colorPicker.minSaturation = int32;
Public Property MinSaturation As Integer
<ColorPicker MinSaturation="int" .../>

속성 값

Int32

int

0-100 범위의 최소 채도 값입니다. 기본값은 100입니다.

특성
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

설명

포화 값의 유효한 범위는 0-100입니다. 이 범위를 벗어나는 값을 설정하면 예외가 발생합니다.

적용 대상