Change property name Caption to Label and related names on DefaultGridItem. (#2994)
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 4 May 2021 07:12:03 +0000 (16:12 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 7 May 2021 05:58:58 +0000 (14:58 +0900)
commite44f8da2040198fd90ce7cdd6ba0401ad37e8e8b
tree7687060fbb016616ad45cc6b1424011a7b5deecf
parentfa9eafa70f32bfde097800d6b90f25c71820597a
Change property name Caption to Label and related names on DefaultGridItem. (#2994)

TextLabel property is commonly named Label so the name Caption can makes
confusing.

Change Caption to Label on DefaultGridItem and its style,
and change CaptionRelativeOrientation property to LabelOrientationType.

this patch also @fix the Tizen.NUI.Samples build error.
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultGridItem.cs
src/Tizen.NUI.Components/Style/DefaultGridItemStyle.cs
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs