You may draw two types of borders around the adxSuperPanel©:
control 2D or 3D. .NET renders 3D borders automatically using stock properties.
adxSuperPanel draws the 2D borders using it's own properties.

BorderStyle adxSuperPanel uses the
standard Enum. You m

Border3DStyle; adxSuperPanel uses then standard Enum.

BorderStyleSingle applies only to FixedSingle BorderStyle


When 3D style is in effect only when the property
BorderStyle is Flat.

Color applies to Single, Flat border
only.

Transparency makes the
color of the border more transparent ranges from 0 (totally transparent)
to 255 (totally opaque). Applies to Single, Flat borders with any color

Width adxSuperPanel draws the border inward, keeping the
size of the control constant. Applies to Single, Flat borders only.

|