Search
Ruler.HorizontalScaleAlignment Property
See Also
 






Gets or sets the alignment of the horizontal scale.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Alignment HorizontalScaleAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalScaleAlignment As Alignment

 Property Value

Near to place the horizontal scale at the top; Far to place it at the bottom. The default is Near.

 See Also