X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fcsapi%2Ftizenfx.git;a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FBaseComponents%2FFlexContainer.cs;h=0522d85767a796965a7ce5f25c2f103ac01b9e51;hp=101dc79937714f15f8991f5dfbc20c1380b7a98d;hb=HEAD;hpb=b7bb91cfa993065ac730539415eedc7ce065b0f4 diff --git a/src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs b/src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs index 101dc79..0522d85 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs @@ -428,6 +428,9 @@ namespace Tizen.NUI.BaseComponents /// Enumeration for the instance of child properties belonging to the FlexContainer class. /// /// 3 + [Obsolete("Deprecated in API6, Will be removed in API9, " + + "Please use View.Flex, View.AlignSelf, View.FlexMargin instead!")] + [EditorBrowsable(EditorBrowsableState.Never)] public class ChildProperty { internal static readonly int FLEX = Interop.FlexContainer.FlexContainer_ChildProperty_FLEX_get(); @@ -445,4 +448,4 @@ namespace Tizen.NUI.BaseComponents internal static readonly int ALIGN_CONTENT = Interop.FlexContainer.FlexContainer_Property_ALIGN_CONTENT_get(); } } -} \ No newline at end of file +}