[]
Gets the current the sign state of NumberSignDisplayField.
public SignState SignState { get; }
Public ReadOnly Property SignState As SignState
Type | Description |
---|---|
SignState | A SignState enumeration indicates the state of the sign. |
InputMan.SignState.None indicates the sign doesn't show up when current value is null.InputMan.SignState.Positive indicates current value is greater than 0. InputMan.SignState.Negative indicates current value is less than 0.