Enum VerticalAlignment

VerticalAlignment enumeration

parent 内の子要素の垂直位置を記述します

public enum VerticalAlignment

名前価値説明
undefined0アライメントが設定されていません。デフォルト値が使用されます。
Top10親の上部に要素を揃える
Center20親の中心に要素を揃える
Bottom30親の下部に要素を揃える

関連項目