Style - CornerBottomLeft Property

Width of the corner at the bottom left

Member of Style (PRIM_VS.Style)

Data Type - Integer

Details

The CornerBottomLeft property is used in conjunction with the CornerTopLeft, CornerTopRight and CornerBottomRight properties to define the rounding of control corners.
 
Corners are a visual effect. When applied, the background of the control is clipped and the control will appear rounded. However, foreground features are not clipped and text may extend beyond the apparent boundaries.
 
By default, all corners have a 0 radius and are right angles.
 
Background features of a Style are not inherited by child controls. This ensures that a background applied to a parent is not repeated verbatim on child controls.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2