TdxCustomAdornerOptions.Adorner Property
In This Article
Provides access to the UI adorner element affected by the current settings.
#Declaration
Delphi
property Adorner: TdxCustomAdorner read;
#Property Value
Type |
---|
Tdx |
#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