ChangePassword.BorderPadding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the amount of padding, in pixels, inside the border and the designated area for the ChangePassword control.
public:
virtual property int BorderPadding { int get(); void set(int value); };
public virtual int BorderPadding { get; set; }
member this.BorderPadding : int with get, set
Public Overridable Property BorderPadding As Integer
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.
Exceptions
The value of the BorderPadding property is less than -1.
Remarks
The value of the BorderPadding property is stored in view state.
Applies to
See also
- ASP.NET Login Controls Overview
- Customizing Appearance and Behavior of the ASP.NET Login Controls
- ASP.NET Web Server Controls Templates
- ASP.NET Themes and Skins Overview
- 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