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