다음을 통해 공유


ContentSiteView.LayoutDirection Property

Definition

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.

Applies to