TdxCustomCalloutPopup.LookAndFeel Property
In This Article
Specifies the look and feel of the callout popup.
#Declaration
Delphi
property LookAndFeel: TcxLookAndFeel read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to access and adjust look and feel settings applied to the callout popup’s background and borders. To learn more, refer to the TcxLookAndFeel class description.
See Also