[NUI] add attached property for FlexLayout (#1803)
authorYeongJong Lee <cleanlyj@naver.com>
Mon, 27 Jul 2020 07:06:51 +0000 (16:06 +0900)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 07:06:51 +0000 (16:06 +0900)
commit52737e97bb77f852d392c5df1d8ebf764de2ef44
tree40dd5933933ddb77eceec3df30fb8a349fb65604
parentf3f609c820c669e8c1fe4c784fa892a452bc48b5
[NUI] add attached property for FlexLayout (#1803)

Attached properties are added for FlexLayout.
 - FlexAlignmentSelf
 - FlexPositionType
 - FlexAspectRatio
 - FlexBasis
 - FlexShrink
 - FlexGrow

For more informantion, see Yoga Layout [documentation](https://yogalayout.com/docs).

See also,
dali-toolkit: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/237889/
dali-csharp-binder: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/237888/
NUI: https://github.com/Samsung/TizenFX/pull/1803

Co-authored-by: neostom432 <31119276+neostom432@users.noreply.github.com>
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.FlexLayout.cs
src/Tizen.NUI/src/public/Layouting/FlexLayout.cs