共用方式為


ColorPicker.MinHue 屬性

定義

取得或設定範圍 0-359 中的最小 Hue 值。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.ColorPicker.MinHue (for WinUI 在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。

public:
 property int MinHue { int get(); void set(int value); };
int MinHue();

void MinHue(int value);
public int MinHue { get; set; }
var int32 = colorPicker.minHue;
colorPicker.minHue = int32;
Public Property MinHue As Integer
<ColorPicker MinHue="int" .../>

屬性值

Int32

int

範圍 0-359 中的最小 Hue 值。 預設值是 0。

備註

Hue 值的有效範圍是 0-359。 設定超出此範圍的值將會造成例外狀況。

適用於