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





Gets or sets the color used to paint guides.

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

 Syntax

C#  Copy Code

public Color GuideColor { get; set; }

Visual Basic  Copy Code

Public Property GuideColor As Color

 Property Value

A WPF Color instance specifying the color of the guide lines. The default is SystemColors.ControlTextColor.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.Wpf Namespace
EnableGuides Property