ChangePassword.BorderPadding Property
.NET Framework 3.0
Gets or sets the amount of padding, in pixels, inside the border and the designated area for the ChangePassword control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
ChangePassword Members
System.Web.UI.WebControls Namespace
Customizing the Appearance of ASP.NET Login Controls
Web Server Controls Templates (Visual Studio)
Introduction to ASP.NET Themes
How to: Create Web Server Control Templates Dynamically
How to: Create Web Server Control Templates Using ASP.NET Syntax
How to: Display Information to Anonymous and Logged-In Users
Web Site Administration Tool Security Tab
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_BorderPadding () /** @property */ public void set_BorderPadding (int value)
public function get BorderPadding () : int public function set BorderPadding (value : int)
Not applicable.
Property Value
The number of pixels of space between the contents of a ChangePassword control and the ChangePassword control's border. The default value is 1.Reference
ChangePassword ClassChangePassword Members
System.Web.UI.WebControls Namespace
Other Resources
ASP.NET Login Controls OverviewCustomizing the Appearance of ASP.NET Login Controls
Web Server Controls Templates (Visual Studio)
Introduction to ASP.NET Themes
How to: Create Web Server Control Templates Dynamically
How to: Create Web Server Control Templates Using ASP.NET Syntax
How to: Display Information to Anonymous and Logged-In Users
Web Site Administration Tool Security Tab
Community Additions
ADD
Show: