Enum VerticalAlignment
VerticalAlignment enumeration
描述子元素在 parent 中的垂直定位
public enum VerticalAlignment
价值观
姓名 | 价值 | 描述 |
---|---|---|
undefined | 0 | 未设置对齐方式。将使用默认值。 |
Top | 10 | 在 parent 顶部对齐元素 |
Center | 20 | 在 parent 的中心对齐元素 |
Bottom | 30 | 对齐父元素底部的元素 |
描述子元素在 parent 中的垂直定位
public enum VerticalAlignment
姓名 | 价值 | 描述 |
---|---|---|
undefined | 0 | 未设置对齐方式。将使用默认值。 |
Top | 10 | 在 parent 顶部对齐元素 |
Center | 20 | 在 parent 的中心对齐元素 |
Bottom | 30 | 对齐父元素底部的元素 |