Back to Devexpress

TdxCustomAdorner.Visible Property

vcl-dxuiadorners-dot-tdxcustomadorner-40383e91.md

latest814 B
Original Source

TdxCustomAdorner.Visible Property

Specifies if the adorner element is visible.

Declaration

delphi
property Visible: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TdxCustomAdorner Class

TdxCustomAdorner Members

dxUIAdorners Unit