MindFusion.Wpf Pack Programmer's Guide
Ruler.ScaleColor Property
See Also
 





Gets or sets the color used to paint the background of ruler scales.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Color ScaleColor { get; set; }

Visual Basic  Copy Code

Public Property ScaleColor As Color

 Property Value

A System.Windows.Media.Color instance. The default value is White.

 Remarks

Division marks are painted using the Foreground value of base Control class.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.Wpf Namespace