TdxPDFViewer.BorderStyle Property
In This Article
Specifies the control’s border style.
#Declaration
Delphi
property BorderStyle; default cxcbsDefault;
#Property Value
Type | Default |
---|---|
Tcx |
cxcbs |
#Remarks
By default, a border is displayed around the PDF Viewer. The border’s color depends on the current look and feel settings.
The default value of the BorderStyle property is cxcbsDefault.
See Also