TdxCustomAdorner.Visible Property
Specifies if the adorner element is visible.
Declaration
property Visible: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False or True to hide or show the adorner.
Note that the adorner can be displayed only if its adorner layer is enabled (that is, the Adorners.Active property is set to True).
The default Visible property value is True.
See Also