Search
Ruler Members
Constructors Properties
 


( a feature of FlowChartX Pro edition)

The Ruler control provides horizontal and vertical scales that help users measure flowchart items.

The following tables list the members exposed by the Ruler type.

 Public Constructors

  Name Description

Ruler

 

 Public Properties

  Name Description

BackColor

Gets or sets the background color of ruler scales.

BaseUnit

The base unit from which the ruler's unit is formed by multiplying it by UnitScale.

Document

Gets or sets the FlowChart document this ruler is associated with.

EnableGuides

Gets or sets a value indicating whether the alignment guides are enabled.

Font

Gets or sets the font used to render labels on ruler's scales.

ForeColor

Gets or sets the foreground color of the ruler.

GuideColor

Gets or sets the color of the alignment guide lines.

NegatedX

Gets or sets whether the horizontal scale should show negated values, simulating that the coordinate system's X axis grows to the left.

NegatedY

Gets or sets whether the vertical scale should show negated values, simulating that the coordinate system's Y axis grows to the top.

PointerColor

Gets or sets the color of the mouse pointer's projections.

ProjectionColor

Gets or sets the color of the projections of the active item on the ruler scales.

UnitDivisions

Gets or sets the number of sub-divisions per unit to display on the scale.

UnitScale

The scale by which BaseUnit is multiplied to form the ruler's unit.

 See Also