WebPart.Direction 屬性

定義

取得或設定控制項中內容流動的水平方向。

public:
 virtual property System::Web::UI::WebControls::ContentDirection Direction { System::Web::UI::WebControls::ContentDirection get(); void set(System::Web::UI::WebControls::ContentDirection value); };
[System.Web.UI.WebControls.WebParts.Personalizable]
public override System.Web.UI.WebControls.ContentDirection Direction { get; set; }
[<System.Web.UI.WebControls.WebParts.Personalizable>]
member this.Direction : System.Web.UI.WebControls.ContentDirection with get, set
Public Overrides Property Direction As ContentDirection

屬性值

ContentDirection

ContentDirection,指出內容將流動的水平方向。

屬性

備註

類別 WebPart 會覆寫基底屬性值,讓使用者可以個人化屬性。

適用於

另請參閱