DiagramLite Programmer's Guide
Ruler.PointerColor Property
See Also
 





Gets or sets the color used to paint cursor projections.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Color PointerColor { get; set; }

Visual Basic  Copy Code

Public Property PointerColor As Color

 Property Value

A System.Windows.Media.Color instance specifying the color of the pointer projection lines. The default is red color.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming Namespace