BorderType
BorderType enumeration
指定 gridCell 的边框类型。
public enum BorderType
价值观
姓名 | 价值 | 描述 |
---|---|---|
Left | 0 | GridCell 有左边框。 |
Right | 1 | GridCell 有右边框。 |
Top | 2 | GridCell 有上边框。 |
Bottom | 3 | GridCell 有底部边框。 |
DiagonalDown | 4 | GridCell 具有 DiagonalDown 边框。 |
DiagonalUp | 5 | GridCell 有 DiagonalUp 边框。 |