PasswordRecovery.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 inside the borders of the PasswordRecovery 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 amount of space (in pixels) between the contents of a PasswordRecovery control and the PasswordRecovery control's border. The default value is 1.
Exceptions
The value of the BorderPadding property is set to less than -1.
Remarks
The value of the BorderPadding property is stored in view state.
Applies to
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.