WebZone.FooterStyle Property

Definition

Gets the style attributes for the contents of a zone's footer area.

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

Property Value

A TitleStyle that contains style attributes for the contents of a zone's footer area.

Attributes

Applies to

See also