ContentSite.LayoutDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.