ContentSiteView.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 the LayoutDirection (LeftToRight or RightToLeft) for reading order and text alignment reported by the ContentSite.
public:
property ContentLayoutDirection LayoutDirection { ContentLayoutDirection get(); };
ContentLayoutDirection LayoutDirection();
public ContentLayoutDirection LayoutDirection { get; }
var contentLayoutDirection = contentSiteView.layoutDirection;
Public ReadOnly Property LayoutDirection As ContentLayoutDirection
Property Value
The LayoutDirection (LeftToRight or RightToLeft) of the ContentSite.