PasswordRecovery.TextLayout Property
.NET Framework 3.0
Gets or sets a value that specifies whether to display the PasswordRecovery control in a horizontal or vertical layout.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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)
Not applicable.
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.
Community Additions
ADD
Show: