ContentIsland.LayoutDirection Property

Definition

Gets the layout direction for reading order and text alignment in a ContentSite.

public:
 property ContentLayoutDirection LayoutDirection { ContentLayoutDirection get(); };
ContentLayoutDirection LayoutDirection();
public ContentLayoutDirection LayoutDirection { get; }
var contentLayoutDirection = contentIsland.layoutDirection;
Public ReadOnly Property LayoutDirection As ContentLayoutDirection

Property Value

The layout direction of a ContentSite.

Applies to

See also