MindFusion.Wpf Pack Programmer's Guide
Ruler.MarkLength Property
See Also
 





Gets or sets the length of scale marks.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double MarkLength { get; set; }

Visual Basic  Copy Code

Public Property MarkLength As Double

 Property Value

A double value specifying length of scale division marks. The default value is 0.

 Remarks

The default 0 value makes scales calculate division mark lengths from HorizontalScaleHeight / VerticalScaleWidth and font size.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.Wpf Namespace
Unit Property
SnapMarksToPixels Property