Skip to content

Commit

Permalink
[tvmlkit] Add new enum values from beta 1 (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot authored and dalexsoto committed Jun 28, 2017
1 parent 555351e commit acf6e08
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/tvmlkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ public enum TVElementAlignment : nint {
Undefined,
Left,
Center,
Right
Right,
[TV (11,0)]
Leading,
[TV (11, 0)]
Trailing,
}

[TV (9,0)]
Expand All @@ -49,7 +53,19 @@ public enum TVElementPosition : nint {
BottomLeft,
BottomRight,
Header,
Footer
Footer,
[TV (11, 0)]
Leading,
[TV (11, 0)]
Trailing,
[TV (11, 0)]
TopLeading,
[TV (11, 0)]
TopTrailing,
[TV (11, 0)]
BottomLeading,
[TV (11, 0)]
BottomTrailing,
}

[TV (9,0)]
Expand Down

0 comments on commit acf6e08

Please sign in to comment.