TdxCustomAdornerOptions.Adorner Property
Provides access to the UI adorner element affected by the current settings.
Declaration
property Adorner: TdxCustomAdorner read;
Property Value
| Type |
|---|
| TdxCustomAdorner |
Remarks
To access the adorner element’s type-specific members, cast the Adorner property value to the corresponding UI adorner element class (for instance, TdxBadge).
See Also