Share via


ColorPicker.IsHexInputVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Texteingabefeld für einen HEX-Farbwert angezeigt wird, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.ColorPicker.IsHexInputVisible (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

public:
 property bool IsHexInputVisible { bool get(); void set(bool value); };
bool IsHexInputVisible();

void IsHexInputVisible(bool value);
public bool IsHexInputVisible { get; set; }
var boolean = colorPicker.isHexInputVisible;
colorPicker.isHexInputVisible = boolean;
Public Property IsHexInputVisible As Boolean
<ColorPicker IsHexInputVisible="bool" .../>

Eigenschaftswert

Boolean

bool

true , wenn das Eingabefeld HEX-Farbtext angezeigt wird; andernfalls false. Der Standardwert ist true.

Gilt für: