EditDouble¶
The EditDouble is a HMI control that can be used to enter floating point numbers.
Inputs¶
Style (Type: Style)¶
Optional styling of the EditDouble.
The EditDouble 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: