Share via


ColorPicker.IsHexInputVisible Proprietà

Definizione

Ottiene o imposta un valore che indica se viene visualizzata la casella di input di testo per un valore di colore HEX.

public:
 property bool IsHexInputVisible { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool IsHexInputVisible();

void IsHexInputVisible(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool IsHexInputVisible();

void IsHexInputVisible(bool value);
public bool IsHexInputVisible { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
public bool IsHexInputVisible { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
var boolean = colorPicker.isHexInputVisible;
colorPicker.isHexInputVisible = boolean;
Public Property IsHexInputVisible As Boolean
<ColorPicker IsHexInputVisible="bool" .../>

Valore della proprietà

Boolean

bool

true se viene visualizzata la casella di input del colore HEX; in caso contrario, false. Il valore predefinito è True.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Si applica a