IsComponentTextInputVisible Property
Gets or sets a value indicating whether color component text inputs are visible.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public bool IsComponentTextInputVisible { get; set; }
Public Property IsComponentTextInputVisible As Boolean
Get
Set
member IsComponentTextInputVisible : bool with get, set
Property Value
BooleanRemarks
All color components are controlled by this property but alpha can also be controlled with IsAlphaVisible.