-
Notifications
You must be signed in to change notification settings - Fork 0
PlaceholderTextBox
Artem Kirgizov edited this page May 31, 2021
·
3 revisions
Namespace: Toolkit.UI.WPF.Controls.PlaceholderTextBox.[XAML]
The PlaceholderTextBox control is an advanced TextBox control.
The main advanced features are the following properties:
<controls:PlaceholderTextBox PlaceholderText="Type here!" />
<controls:PlaceholderTextBox
ClearButtonEnable="True"
ClearButtonForeground="Red"
ClearButtonVisibility="Visible" />
- As well as general properties of
TextBox
, such as:SpellCheck
,CaretBrush
,[]ContentAlignment
,Font
settings etc.