[NUI] Open new FlexLayout APIs (#1880)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Fri, 4 Sep 2020 01:31:42 +0000 (10:31 +0900)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 01:31:42 +0000 (10:31 +0900)
commit9227f8aa19980752e67784906535895451d57d21
tree95bfda99e461b44fd341e232c1461b340cb16cfa
parentab382bb34f5d02096f5d6d7a2a1e88213dbf9bc9
[NUI] Open new FlexLayout APIs (#1880)

static Tizen.NUI.FlexLayout.AlignmentType GetFlexAlignmentSelf(Tizen.NUI.BaseComponents.View view)
static Tizen.NUI.FlexLayout.PositionType GetFlexPositionType(Tizen.NUI.BaseComponents.View view)
static float GetFlexAspectRatio(Tizen.NUI.BaseComponents.View view)
static float GetFlexBasis(Tizen.NUI.BaseComponents.View view)
static float GetFlexShrink(Tizen.NUI.BaseComponents.View view)
static float GetFlexGrow(Tizen.NUI.BaseComponents.View view)
static void SetFlexAlignmentSelf(Tizen.NUI.BaseComponents.View view)
static void SetFlexPositionType(Tizen.NUI.BaseComponents.View view)
static void SetFlexAspectRatio(Tizen.NUI.BaseComponents.View view)
static void SetFlexBasis(Tizen.NUI.BaseComponents.View view)
static void SetFlexShrink(Tizen.NUI.BaseComponents.View view)
static void SetFlexGrow(Tizen.NUI.BaseComponents.View view)

enum FlexLayout.PositionType
  Relative
  Absolute

Co-authored-by: neostom432 <minho.sun@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
Co-authored-by: YeongJong Lee <cleanlyj@naver.com>
src/Tizen.NUI/src/public/Layouting/FlexLayout.cs