Gets or sets a value indicating whether a negative number format should be applied during formatting.

Namespace: Simol.Formatters
Assembly: 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);
}

Field Value

true if an offset should be applied; otherwise, false.

See Also