DiagramLite Programmer's Guide
Ruler.ProjectionColor Property
See Also
 





Gets or sets the color used to paint the projection of the active node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Color ProjectionColor { get; set; }

Visual Basic  Copy Code

Public Property ProjectionColor As Color

 Property Value

A System.Windows.Media.Color instance specifying the color of the selected node's projection on the scales. The default is LightSteelBlue.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming Namespace