ColorPicker.MaxSaturation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
0 ~ 100 の範囲の最大彩度値を取得または設定します。
UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.ColorPicker.MaxSaturation (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。
public:
property int MaxSaturation { int get(); void set(int value); };
int MaxSaturation();
void MaxSaturation(int value);
public int MaxSaturation { get; set; }
var int32 = colorPicker.maxSaturation;
colorPicker.maxSaturation = int32;
Public Property MaxSaturation As Integer
<ColorPicker MaxSaturation="int" .../>
プロパティ値
Int32
int
0 ~ 100 の範囲の最大彩度値。 既定値は 100 です。
注釈
飽和値の有効な範囲は 0 ~ 100 です。 この範囲外の値を設定すると、例外が発生します。