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 类将替代基本属性值,以便最终用户可以个性化设置该属性。

适用于

另请参阅