ColorPicker.IsColorChannelTextInputVisible Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob die Texteingabefelder für die Farbkanäle angezeigt werden.
Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).
public:
property bool IsColorChannelTextInputVisible { bool get(); void set(bool value); };
bool IsColorChannelTextInputVisible();
void IsColorChannelTextInputVisible(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 IsColorChannelTextInputVisible();
void IsColorChannelTextInputVisible(bool value);
public bool IsColorChannelTextInputVisible { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
public bool IsColorChannelTextInputVisible { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
Public Property IsColorChannelTextInputVisible As Boolean
<ColorPicker IsColorChannelTextInputVisible="bool" .../>
Eigenschaftswert
bool
true , wenn die Texteingabefelder des Farbkanals angezeigt werden; andernfalls false. Der Standardwert ist true.
- Attribute
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute