PasswordRecovery.TextLayout Property
Assembly: System.Web (in system.web.dll)
public: virtual property LoginTextLayout TextLayout { LoginTextLayout get (); void set (LoginTextLayout value); }
/** @property */ public LoginTextLayout get_TextLayout () /** @property */ public void set_TextLayout (LoginTextLayout value)
public function get TextLayout () : LoginTextLayout public function set TextLayout (value : LoginTextLayout)
Property Value
One of the LoginTextLayout enumeration values. The default is TextOnLeft.The TextLayout property specifies where the PasswordRecovery control displays the field labels for the Answer, Question, and User Name text boxes. When the TextLayout property is set to TextOnLeft (the default), the field labels appear to the left of the text boxes. When TextLayout is set to TextOnTop, the field labels appear above the text boxes.
The text of the labels is specified in the AnswerLabelText, QuestionLabelText, and UserNameLabelText properties, respectively. The style settings for the field labels are specified in the LabelStyle property.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.