-
Notifications
You must be signed in to change notification settings - Fork 0
NumberBox
Artem Kirgizov edited this page May 31, 2021
·
3 revisions
The NumberBox control is an advanced TextBox control for working with numbers.
The main advanced features are the following properties:
<controls:NumberBox Value="10" />
<controls:NumberBox MinValue="10" MaxValue=150" />
<controls:NumberBox Step="2" StepDown="1" StepUp="3" />
<controls:NumberBox PlaceholderText="Type here!" />
<controls:NumberBox
ClearButtonEnable="True"
ClearButtonForeground="Red"
ClearButtonVisibility="Visible" />
- As well as general properties of
TextBox
, such as:CaretBrush
,[]ContentAlignment
,Font
settings etc.