ChangePassword.LabelStyle Propriedade

Definição

Obtém uma referência a uma coleção de objetos Style que definem a aparência dos rótulos da caixa de texto no controle ChangePassword.Gets a reference to a collection of Style objects that define the appearance of text box labels on the ChangePassword control.

public:
 property System::Web::UI::WebControls::TableItemStyle ^ LabelStyle { System::Web::UI::WebControls::TableItemStyle ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.TableItemStyle LabelStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.LabelStyle : System.Web.UI.WebControls.TableItemStyle
Public ReadOnly Property LabelStyle As TableItemStyle

Valor da propriedade

TableItemStyle

Um TableItemStyle objeto que contém as Style Propriedades que definem a aparência dos rótulos da caixa de texto no ChangePassword controle.A TableItemStyle object that contains the Style properties that define the appearance of text box labels on the ChangePassword control. O padrão é null.The default is null.

Atributos

Comentários

A tabela a seguir lista as configurações de estilo que estão disponíveis para personalização com a LabelStyle propriedade.The following table lists the style settings that are available for customization with the LabelStyle property.

ConfiguraçãoSetting DescriçãoDescription
BackColor A cor por trás dos rótulos da caixa de texto.The color behind the text box labels. A cor pode ser qualquer uma das Color Propriedades.The color can be any of the Color properties.
BorderColor A cor da borda ao contrário dos rótulos da caixa de texto.The color of the border around the text box labels. A cor pode ser qualquer uma das Color Propriedades.The color can be any of the Color properties.
BorderStyle O estilo da borda em torno dos rótulos da caixa de texto.The style of the border around the text box labels. O estilo pode ser "None" ,,,,,,, "Dotted" "Dashed" "Solid" "Double" "Groove" "Ridge" "Inset" ou "Outset" .The style can be "None", "Dotted", "Dashed", "Solid", "Double", "Groove", "Ridge", "Inset", or "Outset". O padrão é "NotSet".The default is "NotSet". Alguns estilos não aparecem claramente, a menos BorderWidth que o valor seja maior que 2.Some styles do not show up clearly unless the BorderWidth value is greater than 2.
BorderWidth A largura da borda ao contrário dos rótulos da caixa de texto.The width of the border around the text box labels.
CssClass A classe CSS (folha de estilos em cascata) usada para renderizar os rótulos da caixa de texto.The cascading style sheet (CSS) class used to render the text box labels. Se outras configurações forem especificadas, elas substituirão uma configuração de folha de estilo.If other settings are specified, they will override a style sheet setting.
Font-Bold true para exibir o texto dos rótulos da caixa de texto em negrito.true to display the text box labels text in bold type.
Font-Italic true para exibir o texto dos rótulos da caixa de texto no tipo itálico.true to display the text box labels text in italic type.
Font-Names O nome da face da fonte.The name of the font face.
Font-Overline true para exibir o texto dos rótulos da caixa de texto com uma linha acima dela.true to display the text box labels text with a line above it.
Font-Size O tamanho do texto nos rótulos da caixa de texto como um FontUnit objeto.The size of the text in the text box labels as a FontUnit object.
Font-Strikeout true para exibir o texto dos rótulos da caixa de texto como riscado.true to display the text box labels text as crossed out.
Font-Underline true para exibir o texto dos rótulos da caixa de texto com um sublinhado.true to display the text box labels text with an underline.
ForeColor A cor do texto nos rótulos da caixa de texto.The color of the text in the text box labels. A cor pode ser qualquer uma das Color Propriedades.The color can be any of the Color properties.
Height Um Unit que representa a altura dos rótulos da caixa de texto.A Unit that represents the height of the text box labels.
Width Um Unit que representa a largura dos rótulos da caixa de texto.A Unit that represents the width of the text box labels.

Aplica-se a