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





Gets or sets the color of the projections of the active node on the ruler scales.

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

 Syntax

C#  Copy Code

public Color ProjectionColor { get; set; }

Visual Basic  Copy Code

Public Property ProjectionColor As Color

 Property Value

A WPF Color instance specifying the color of the selected node's projection on the scales. The default is Colors.LightSteelBlue.

 Remarks

The active node is a DiagramNode instance which is the current diagram's ActiveItem.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.Wpf Namespace