ChangePassword.InstructionTextStyle Propriedade

Definição

Obtém uma referência a uma coleção de propriedades Style que definem a aparência do texto com instrução no controle ChangePassword.Gets a reference to a collection of Style properties that define the appearance of the instructional text on the ChangePassword control.

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

Valor da propriedade

TableItemStyle

Um TableItemStyle objeto que contém as Style Propriedades que definem a aparência do texto de instrução contido na InstructionText propriedade.A TableItemStyle object that contains the Style properties that define the appearance of the instructional text contained in the InstructionText property. 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 InstructionTextStyle propriedade.The following table lists the style settings that are available for customization with the InstructionTextStyle property.

ConfiguraçãoSetting DescriçãoDescription
BackColor A cor por trás do texto instrutivo.The color behind the instructional text. A cor pode ser qualquer uma das Color Propriedades.The color can be any of the Color properties.
BorderColor A cor da borda em torno do texto de instrução.The color of the border around the instructional text. 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 do texto de instrução.The style of the border around the instructional text. 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 em torno do texto de instrução.The width of the border around the instructional text.
CssClass A classe CSS (folha de estilos em cascata) usada para renderizar o texto de instrução.The cascading style sheet (CSS) class used to render the instructional text. 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 de instrução em negrito.true to display the instructional text in bold type.
Font-Italic true para exibir o texto de instruções em itálico.true to display the instructional 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 de instrução com uma linha acima dele.true to display the instructional text with a line above it.
Font-Size O tamanho do texto no texto instrutivo como um FontUnit objeto.The size of the text in the instructional text as a FontUnit object.
Font-Strikeout true para exibir o texto de instrução como riscado.true to display the instructional text as crossed out.
Font-Underline true para exibir o texto de instrução com um sublinhado.true to display the instructional text with an underline.
ForeColor A cor do texto no texto de instrução.The color of the text in the instructional text. 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 do texto de instrução.A Unit that represents the height of the instructional text.
Width Um Unit que representa a largura do texto de instrução.A Unit that represents the width of the instructional text.

Aplica-se a