WebZone::FooterStyle Property

 

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

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property TitleStyle^ FooterStyle {
	TitleStyle^ get();
}

Property Value

Type: System.Web.UI.WebControls.WebParts::TitleStyle^

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

.NET Framework
Available since 2.0
Return to top
Show: