Gets or sets a value used to adjust (divide) the Total calculated for this pen. The property accepts only positive values.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double TotalizerDivisor { get; set; }
Visual Basic
Public Property TotalizerDivisor As Double
	Get
	Set
JScript
function get TotalizerDivisor () : double
function set TotalizerDivisor (value : double)

See Also