ChangePassword::BorderPadding Property
Gets or sets the amount of padding, in pixels, inside the border and the designated area for the ChangePassword control.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The number of pixels of space between the contents of a ChangePassword control and the ChangePassword control's border. The default value is 1.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value of the BorderPadding property is less than -1. |
The value of the BorderPadding property is stored in view state.
Available since 2.0
ChangePassword Class
System.Web.UI.WebControls Namespace
ASP.NET Login Controls Overview
Customizing the Appearance of ASP.NET Login Controls
ASP.NET Web Server Controls Templates
ASP.NET Themes and Skins
How To: Create ASP.NET Web Server Control Templates Dynamically
How to: Create ASP.NET Web Control Templates Declaratively
How to: Display Different Information to Anonymous and Logged In Users
Web Site Administration Tool Security Tab