Width of the corner at the top right
Member of Style (PRIM_VS.Style)
Data Type - Integer
The CornerTopRight property is used in conjunction with the CornerBottomLeft, CornerTopLeft 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.
Febuary 18 V14SP2