Gets or sets the number of whole digits to use when formatting and offsetting
the property value.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public byte WholeDigits { get; private set; } |
Visual Basic |
---|
Public Property WholeDigits As Byte Get Private Set |
Visual C++ |
---|
public: property unsigned char WholeDigits { unsigned char get (); private: void set (unsigned char value); } |