Gets or sets the length of scale marks.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double MarkLength { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MarkLength As Double |
A double value specifying length of scale division marks. The default value is 0.
RemarksThe default 0 value makes scales calculate division mark lengths from HorizontalScaleHeight / VerticalScaleWidth and font size.
See Also