Gets or sets the color used to paint cursor projections.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Color PointerColor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PointerColor As Color |
A Color instance specifying the color of the pointer projection lines. The default is Colors.Red.
See Also