SaaPictureBox

1. Colors

SaaPictureBox takes these color properties.

BackColor is the color for the background of the control.

BorderColor and BorderColor2 are the two colors form the border colors and they can be adjusted with BorderColorAngle.

2. Border

Border property tells the thickness of the border lines. "0" means no border.

3. Radius

Radius property tells the roundness of the edges. With this property you can change the shapes of the border edges. Radius has four properties:

TopLeft, TopRight, BottomRight, BottomLeft.

Last updated