共用方式為


RepeatInfo.CaptionAlign 屬性

定義

如果 RepeatInfo 屬性呈現為 Table,取得或設定標題的對齊方式。

public:
 property System::Web::UI::WebControls::TableCaptionAlign CaptionAlign { System::Web::UI::WebControls::TableCaptionAlign get(); void set(System::Web::UI::WebControls::TableCaptionAlign value); };
public System.Web.UI.WebControls.TableCaptionAlign CaptionAlign { get; set; }
member this.CaptionAlign : System.Web.UI.WebControls.TableCaptionAlign with get, set
Public Property CaptionAlign As TableCaptionAlign

屬性值

TableCaptionAlign

已呈現之資料表的 TableCaptionAlign 值。 預設值是 NotSet

例外狀況

選取的值不是其中一個 TableCaptionAlign 值。

備註

這個屬性會設定 CaptionAlign 所呈現的屬性 Table

適用於

另請參閱