Wizard.HeaderStyle Propriedade
Definição
public:
property System::Web::UI::WebControls::TableItemStyle ^ HeaderStyle { System::Web::UI::WebControls::TableItemStyle ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.TableItemStyle HeaderStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.HeaderStyle : System.Web.UI.WebControls.TableItemStyle
Public ReadOnly Property HeaderStyle As TableItemStyle
Valor da propriedade
Uma referência ao Style que define as configurações de estilo para a área de cabeçalho no Wizard .A reference to the Style that defines the style settings for the header area on the Wizard.
- Atributos
Comentários
A HeaderStyle propriedade define a aparência da área de cabeçalho no Wizard controle.The HeaderStyle property defines the appearance for the header area on the Wizard control. A HeaderStyle propriedade é somente leitura; no entanto, você pode definir as propriedades do Style objeto que ele retorna.The HeaderStyle property is read-only; however, you can set the properties of the Style object that it returns. Você pode definir essas propriedades de forma declarativa no formulário Property-Subproperty , em que Subproperty representa uma propriedade da Style classe (por exemplo, CancelButtonStyle-ForeColor ).You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the Style class (for example, CancelButtonStyle-ForeColor). Você pode definir uma propriedade programaticamente no formulário Property.Subproperty (por exemplo, CancelButtonStyle.ForeColor ).You can set a property programmatically in the form Property.Subproperty (for example, CancelButtonStyle.ForeColor).
As configurações comuns incluem cor de plano de fundo personalizada, cor do texto e propriedades da fonte.Common settings include custom background color, text color, and font properties.