Search
Ruler.PointerColor Property
See Also
 





Gets or sets the color of the mouse pointer's projections.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public Color PointerColor { get; set; }

Visual Basic  Copy Code

Public Property PointerColor As Color

 Property Value

A .NET Color instance specifying the color of the pointer projection lines. The default is Color.Red.

 See Also