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,指示内容流动的水平方向。

属性

注解

WebPart 重写基属性值,以便结束用户可以个性化属性。

适用于

另请参阅