Gets or sets a value indicating whether a negative number format should be applied during formatting.
Namespace: Simol.FormattersAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool ApplyOffset { get; set; } |
Visual Basic |
---|
Public Property ApplyOffset As Boolean Get Set |
Visual C++ |
---|
public: property bool ApplyOffset { bool get (); void set (bool value); } |