WebZone.FooterStyle 属性
定义
获取区域的页脚区域内容的样式特性。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
属性值
TitleStyle,其中包含区域的页脚区域内容的样式特性。A TitleStyle that contains style attributes for the contents of a zone's footer area.
- 属性