Version

WidthOfRightEdge Property

Width of the rectangle on the right side of a control that is used to render the right edge of a background image.
Syntax
'Declaration
 
Public Property WidthOfRightEdge As Integer
public int WidthOfRightEdge {get; set;}
Remarks
The larger the radius of the edges of a background image, the larger the value of that property should be.

That area can not contain text or image, so it is similar to the right-padding.

If this property is set to 0, then the width of control is defined by the value of the MaxWidth property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also