We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9178d7e commit 4034b72Copy full SHA for 4034b72
ReactWindows/CSSLayout/CssLayoutEngine/CSSPositionType.h
@@ -0,0 +1,10 @@
1
+#pragma once
2
+
3
+namespace CssLayoutEngine
4
+{
5
+ public enum class CSSPositionType
6
+ {
7
+ RELATIVE,
8
+ ABSOLUTE,
9
+ };
10
+}
0 commit comments