| 
       << Click to display table of contents >> TRVScroller.BorderStyle [VCL and LCL] | 
    
Determines whether the control has border.
type TBorderStyle = bsNone..bsSingle;
property BorderStyle: TBorderStyle;
Set BorderStyle to specify whether the control should be outlined.
Value  | 
Meaning  | 
bsNone  | 
No visible border  | 
bsSingle  | 
Border, 3D or themed  |