TdxCustomMapItemStyle Class
The base class for all classes that implement the appearance settings applied to a specific map item‘s state.
Declaration
TdxCustomMapItemStyle = class(
TcxOwnedPersistent
)
Remarks
This class extends its ancestor with members that allow you to:
Change the background color (Color);
Customize the border’s appearance (BorderColor and BorderWidth);
Customize the title text‘s font settings (Font, TextColor, and TextGlowColor);
Ignore certain customized appearance settings (AssignedValues).
You do not need to create instances of the TdxCustomMapItemStyle class. Use its descendant instead.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxCustomMapItemStyle
See Also