TX Text Control .NET Documentation

RulerBarBase.ScaleUnit Property

Description:Gets or sets the unit of the ruler bar's scale.

Syntax:
[C#] public RulerBarScaleUnit ScaleUnit { get; set; }
[Visual Basic] Public Property ScaleUnit As RulerBarScaleUnit
ValueDescription
AutoThe ruler is automatically scaled in inch or in millimeter depending on the currently set culture.

CentimeterThe ruler bar is scaled in centimeter without millimeter marks.

InchThe ruler bar is scaled in inch.

MillimeterThe ruler bar is scaled in centimeter including millimeter marks.

See also:Tool Bars, Graphical Overview.