Gets or sets the color used to paint the background of ruler scales.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Color ScaleColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property ScaleColor As Color |
A System.Windows.Media.Color instance. The default value is White.
Division marks are painted using the Foreground value of base Control class.
WpfDiagram Programmer's Guide | © 2024 MindFusion |