Skip to content

PlaceholderTextBox

Artem Kirgizov edited this page May 31, 2021 · 3 revisions

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.