Gets or sets the color used to paint the projection of the active node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Color ProjectionColor { get; set; } |
Visual Basic
![]() |
---|
Public Property ProjectionColor As Color |
A Color instance specifying the color of the selected node's projection on the scales. The default is Colors.LightSteelBlue.
The active node is a DiagramNode instance which is the current diagram's ActiveItem.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |