Gets or sets the length of scale marks.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
The default 0 value makes scales calculate division mark lengths from HorizontalScaleHeight / VerticalScaleWidth and font size.
WpfDiagram Programmer's Guide | © 2024 MindFusion |