ChangePassword.ChangePasswordButtonStyle Propriedade
Definição
Obtém uma referência a uma coleção de propriedades Style que definem a aparência do botão Alterar Senha no controle ChangePassword.Gets a reference to a collection of Style properties that define the appearance of the Change Password button on the ChangePassword control.
public:
property System::Web::UI::WebControls::Style ^ ChangePasswordButtonStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.Style ChangePasswordButtonStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.ChangePasswordButtonStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property ChangePasswordButtonStyle As Style
Valor da propriedade
Um Style objeto que define a aparência do botão Alterar senha.A Style object that defines the appearance of the Change Password button. 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 ChangePasswordButtonStyle propriedade.The following table lists the style settings that are available for customization with the ChangePasswordButtonStyle property.
| ConfiguraçãoSetting | DescriçãoDescription |
|---|---|
BackColor |
A cor do botão de alteração de senha.The color of the Change Password button. 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 do botão de alteração de senha.The color of the border around the Change Password button. A cor pode ser qualquer uma das Color Propriedades.The color can be any of the Color properties. |
BorderStyle |
O estilo da borda ao contrário do botão de alteração de senha.The style of the border around the Change Password button. 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 do botão de alteração de senha.The width of the border around the Change Password button. |
CssClass |
A classe CSS (folha de estilos em cascata) usada para renderizar o botão Alterar senha.The cascading style sheet (CSS) class used to render the Change Password button. 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 do botão Alterar senha em negrito.true to display the Change Password button text in bold type. |
Font-Italic |
true para exibir o texto do botão Alterar senha no tipo itálico.true to display the Change Password button 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 do botão Alterar senha com uma linha acima dele.true to display the Change Password button text with a line above it. |
Font-Size |
O tamanho do texto no botão Alterar senha como um FontUnit objeto.The size of the text in the Change Password button as a FontUnit object. |
Font-Strikeout |
true para exibir o texto do botão Alterar senha como riscado.true to display the Change Password button text as crossed out. |
Font-Underline |
true para exibir o texto do botão Alterar senha com um sublinhado.true to display the Change Password button text with an underline. |
ForeColor |
A cor do texto no botão Alterar senha.The color of the text in the Change Password button. 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 botão de alteração de senha.A Unit that represents the height of the Change Password button. |
Width |
Um Unit que representa a largura do botão de alteração de senha.A Unit that represents the width of the Change Password button. |