TdxCustomOrgChart.SelectedNodeColor Property
Specifies the selected node‘s highlight color.
Declaration
property SelectedNodeColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
Use this property to change the selected node’s highlight color. The node’s highlight is displayed only if the ocSelect flag is present in the Options property value.
To change the selected node’s text color, use the SelectedNodeTextColor property.
The default value of the SelectedNodeColor property is clDefault.
See Also