Back to Devexpress

TdxCustomAdorner Class

vcl-dxuiadorners-ec8a0715.md

latest1.8 KB
Original Source

TdxCustomAdorner Class

The base class for all classes that implement UI adorner elements.

Declaration

delphi
TdxCustomAdorner = class(
    TcxComponentCollectionItem,
    IdxScaleFactor
)

Remarks

This class extends its ancestor with the following members that allow you to:

You do not need to create instances of the TdxCustomAdorner class. Use its descendants instead.

Implements

IdxScaleFactor

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxCustomAdorner

See Also

TdxBadge

TdxGuide

TdxCustomAdorner Members

dxUIAdorners Unit