WebPart::Direction Property
.NET Framework (current version)
Gets or sets the horizontal direction that content flows within the control.
Assembly: System.Web (in System.Web.dll)
public: [PersonalizableAttribute] property ContentDirection Direction { virtual ContentDirection get() override; virtual void set(ContentDirection value) override; }
Property Value
Type: System.Web.UI.WebControls::ContentDirectionA ContentDirection that indicates the horizontal direction content will flow.
The WebPart class overrides the base property values so that ends users can personalize the property.
.NET Framework
Available since 2.0
Available since 2.0
Show: