WebPart::Direction Property

 

Gets or sets the horizontal direction that content flows within the control.

Namespace:   System.Web.UI.WebControls.WebParts
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::ContentDirection

A 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
Return to top
Show: