TdxImageSlider.BorderStyle Property
Specifies the image slider control’s border style.
Declaration
property BorderStyle; default cxcbsDefault;
Property Value
Type | Default |
---|---|
TcxControlBorderStyle | cxcbsDefault |
Remarks
This property is initialized with cxcbsDefault, indicating that the image slider control’s border style is specified by the look and feel applied to the control (see the LookAndFeel property).
See Also