WebPart.Direction 属性

定义

获取或设置内容在控件中流动的水平方向。Gets or sets the horizontal direction that content flows within the control.

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,指示内容流动的水平方向。A ContentDirection that indicates the horizontal direction content will flow.

属性

注解

WebPart类将重写基属性值,以便最终用户可以个性化属性。The WebPart class overrides the base property values so that ends users can personalize the property.

适用于

另请参阅