BackNameColor property (TAnnNameOptions)

C++ Builder example

Delphi example

 

Builder Syntax

TColor BackNameColor

Delphi Syntax

BackNameColor: TColor

Overview

Refer to Implementing Annotations.

Remarks

Gets or set the background color of the annotation name text.

The text of the annotation name can be set or obtained in the AnnotationName property. To get or set the foreground color for the name text, use the FaceNameColor property.

To convert from a TColor value to a COLORREF value, call the ColorToRGB method. To convert from a COLORREF value to a TColor value, cast the COLORREF value to a TColor type.

See Also

Elements:

AnnGetNameOptions method, AnnSetNameOptions method, Flags property (TAnnNameOptions), ShowName property (TAnnNameOptions), AnnotationName property (TAnnNameOptions), NameOffsetX property (TAnnNameOptions), NameOffsetY property (TAnnNameOptions), NameRestrict property (TAnnNameOptions), FaceNameColor property (TAnnNameOptions), NameBackTransparent property (TAnnNameOptions), FontName property (TAnnNameOptions), FontItalic property (TAnnNameOptions), FontStrikeOut property (TAnnNameOptions), FontUnderLine property (TAnnNameOptions), FontSize property (TAnnNameOptions), AnnNameOptions property

Topics:

Annotations:Object Manipulation

 

Using Color Values in LEADTOOLS