Back to Devexpress

TcxContainerBorderStyle Enum

vcl-cxlookandfeelpainters-6326ddfa.md

latest1.9 KB
Original Source

TcxContainerBorderStyle Enum

Specifies the border style of an associated container control.

Declaration

delphi
TcxContainerBorderStyle = (
    cbsNone,
    cbsSingle,
    cbsThick,
    cbsFlat,
    cbs3D,
    cbsUltraFlat,
    cbsOffice11
);

Members

Name
cbsNone
cbsSingle
cbsThick
cbsFlat
cbs3D
cbsUltraFlat
cbsOffice11

Remarks

Values include:

ValueDescriptionImage
cbsNoneNo border is painted around the control.
cbsSingleA single-pixel border is painted around the control. Its color is specified by the BorderColor property.
cbsThickA thick border is painted around the control. Its color is specified by the BorderColor property.
cbsFlatA flat border is painted around the control.
cbs3DA 3D lowered border is painted around the control.
cbsUltraFlatAn ultra flat border is painted around the control.
cbsOffice11A border is painted around the control in the Office 2003 control style.

See Also

cxLookAndFeelPainters Unit