C#
VB
C++
Gets or sets the color of the cobb angle text border.
public Color BorderColor { get; set; }
Public Property BorderColor As Color
public:
property Color BorderColor {
Color get();
void set (Color);
}
Leadtools.RasterColor that represents the color of the cobb angle text border.
to change the color of the text background please refer to the BackgroundColor property.
For an example, refer to MedicalViewerCobbAngle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET