Login.BorderPadding Property
.NET Framework 3.0
Gets or sets the amount of padding inside the borders of the Login control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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 amount of space (in pixels) between the contents of a Login control and the Login control's border. The default value is 1.Community Additions
ADD
Show: