selectedBorderColor Property

Summary

Indicates the border color of the series when selected.

Syntax
TypeScript
JavaScript
Object.defineProperty(Series.prototype, 'selectedBorderColor', 
	get: function(), 
	set: function(value) 
) 
selectedBorderColor: string; 

Property Value

A string value that represents the border color of the highlighted series.

Remarks

selectedBorderColor is only applied when the number of sub-cells is just 1. If there is more than one sub-cell, use the properties HighlightedSubCellBorderColor and SelectedSubCellBorderColor.

The difference between the selected sub-cell and the highlighted sub-cell is that the selected sub-cell is the sub-cell inside a selected cell. However, the highlighted sub-cell is the active sub-cell inside a selected cell. To change the highlighted sub-cell's color, refer to HighlightedSubCellBorderColor.

To get the selected sub-cell, refer to SelectedItems.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly