X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-field-devel.h;h=3a4864cb0ce4f843e50eba7a1f043476c5065b44;hp=5e92a92dec3ace0d9d1ec7d2ab89506da179b9ba;hb=590ede8c5f4771821ff5ac3f3acef0d189525008;hpb=a2cdd50ec94555ef2ff893e6a7056f921b3266a5 diff --git a/dali-toolkit/devel-api/controls/text-controls/text-field-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-field-devel.h index 5e92a92..3a4864c 100755 --- a/dali-toolkit/devel-api/controls/text-controls/text-field-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-field-devel.h @@ -114,7 +114,15 @@ namespace Property * @details Name "enableGrabHandlePopup", type Property::BOOLEAN. * @note The default value is true, which means the grab handle popup is enabled by default. */ - ENABLE_GRAB_HANDLE_POPUP = ELLIPSIS + 4 + ENABLE_GRAB_HANDLE_POPUP = ELLIPSIS + 4, + + /** + * @brief The default text background parameters. + * @details Name "textBackground", type Property::VECTOR4. + * @note Use "textBackground" as property name to avoid conflict with Control's "background" property. + * @note The default value is Color::TRANSPARENT. + */ + BACKGROUND = ELLIPSIS + 5 }; } // namespace Property