次の方法で共有


ContentSite.LayoutDirection プロパティ

定義

この 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

プロパティ値

この ContentSiteの順序とテキストの配置を読み取るためのレイアウトの方向。

適用対象