Skip to main content

TdxCustomOrgChart.SelectedNodeTextColor Property

Specifies the selected node‘s text color.

Declaration

property SelectedNodeTextColor: TColor read; write; default clDefault;

Property Value

Type Default
TColor clDefault

Remarks

Use this property to change the selected node’s text color. The node’s selection is depicted as the highlight color applied to the node’s background and the SelectedNodeTextColor property value applied to the selected node’s text.

The default value of the SelectedNodeTextColor property is clDefault.

See Also