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