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





Gets or sets the color used to paint cursor projections.

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

 Syntax

C#  Copy Code

public Color PointerColor { get; set; }

Visual Basic  Copy Code

Public Property PointerColor As Color

 Property Value

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

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.Wpf Namespace