Gets or sets the color used to paint the color of the ruler scales.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Color ScaleColor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScaleColor As Color |
A Color instance specifying the color of the scales. The default is Colors.White.
See Also