Freigeben über


ColorPicker.IsColorChannelTextInputVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Texteingabefelder für die Farbkanäle angezeigt werden, oder legt diesen fest.

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

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

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

Eigenschaftswert

Boolean

bool

true , wenn die Texteingabefelder des Farbkanals angezeigt werden; andernfalls false. Der Standardwert ist true.

Gilt für: