言語

LayoutDirections 列挙型

定義

タブリックスの全体的なレイアウトの方向性を指定します。

public enum class LayoutDirections
public enum LayoutDirections
type LayoutDirections = 
Public Enum LayoutDirections
継承
LayoutDirections

フィールド

名前 説明
LTR 0

動的タブリックスの列は左から右へ大きくなり、左側にヘッダーがあります。

RTL 1

動的タブリックスの列は右から左に伸び、ヘッダーは右側に、ピアグループの順序は逆になります。

適用対象