Skip to main content

TdxCustomAdorner.TargetElement Property

Specifies the adorner’s target UI element.

Declaration

property TargetElement: TdxAdornerCustomTargetElement read; write;

Property Value

Type
TdxAdornerCustomTargetElement

Remarks

Cast this property value to the TdxAdornerTargetElementControl or TdxAdornerTargetElementPath class depending on the current TargetElementClass/TargetElementClassName property value to access the TargetElement.Control or TargetElement.Path property allowing you to specify the required target UI element for the adorner.

See Also