EditInt¶
The EditInt is a HMI control that can be used to enter integer numbers.
Inputs¶
Style (Type: Style)¶
Optional styling of the EditInt.
The EditInt respects the Width, Height, HorizontalAlignment, VerticalAlignment, Margin, Padding and Background, Foreground and Font styles.
TextBrush (Type: SolidColorBrush)¶
The text color.
Font (Type: Font)¶
The font.
Example¶
Here is an example that shows the various edit controls. This definition:
creates the following user interface: