Gets or sets the color used to paint cursor projections.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Color PointerColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property PointerColor As Color |
A WPF Color instance specifying the color of the pointer projection lines. The default is Colors.Red.
WpfDiagram Programmer's Guide | © 2024 MindFusion |