ContentSite.LayoutDirection Property

Definition

Gets or sets the layout direction for reading order and text alignment for this ContentSite.

public:
 property ContentLayoutDirection LayoutDirection { ContentLayoutDirection get(); void set(ContentLayoutDirection value); };
ContentLayoutDirection LayoutDirection();

void LayoutDirection(ContentLayoutDirection value);
public ContentLayoutDirection LayoutDirection { get; set; }
var contentLayoutDirection = contentSite.layoutDirection;
contentSite.layoutDirection = contentLayoutDirection;
Public Property LayoutDirection As ContentLayoutDirection

Property Value

The layout direction for reading order and text alignment for this ContentSite.

Applies to