Search
Ruler.ScaleSize Property
See Also
 





Gets or sets the size of the scales in pixels.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public int ScaleSize { get; set; }

Visual Basic  Copy Code

Public Property ScaleSize As Integer

 Property Value

The default value is 20.

 See Also