[NUI] correct logical operator in enum validation (#2045)
authorYeongJong Lee <cleanlyj@naver.com>
Wed, 23 Sep 2020 07:47:32 +0000 (16:47 +0900)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 07:47:32 +0000 (16:47 +0900)
commit316d5abb735db4c6b08e9c65db5d92d5ac124bd0
tree0cab0ac6970b7cb02d72efea74294cb8ccf8570b
parent1c2c309177a759d488682b1c8fba65221bd27a10
[NUI] correct logical operator in enum validation (#2045)

Test Code:
```cs
FlexLayout flexLayout = new FlexLayout();
flexLayout.WrapType = FlexLayout.FlexWrapType.Wrap;
```

Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>
src/Tizen.NUI/src/public/Layouting/FlexLayout.cs
src/Tizen.NUI/src/public/Layouting/GridLayout.cs