Search
Ruler.ForeColor Property
See Also
 





Gets or sets the foreground color of the control.

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

 Syntax

C#  Copy Code

public override Color ForeColor { get; set; }

Visual Basic  Copy Code

Public Overrides Property ForeColor As Color

 Property Value

A System.Drawing.Color structure representing the foreground color of the ruler.

 See Also