Search
Ruler.BackColor Property
See Also
 





Gets or sets the background color of the ruler control.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public override Color BackColor { get; set; }

Visual Basic  Copy Code

Public Overrides Property BackColor As Color

 Property Value

System.Drawing.Color structure representing the background color of the ruler.

 See Also