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-style-properties-devel.h;h=94b05ee203e76e0b8f3463988136621fd9205d7a;hp=6b6f3ab87b55585f081d262eab3612420319061c;hb=29a52105283ce8ced672ed92545daeacf882316a;hpb=70fdb1a1e8e2660c383079ae49bc94fbe14943d1;ds=sidebyside diff --git a/dali-toolkit/devel-api/controls/text-controls/text-style-properties-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-style-properties-devel.h index 6b6f3ab..94b05ee 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-style-properties-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-style-properties-devel.h @@ -90,7 +90,29 @@ enum * @details Name "height", type Property::STRING or Property::FLOAT. i.e. "1.0" or 1.f * @note Optional. If not provided then the default height is used (1 pixel). */ - HEIGHT + HEIGHT, + + /** + * @brief The type of the underline. + * @details Name "type", type Property::STRING or type Text::Underline::Type. i.e "dashed" or Text::Underline::DASHED + * Values "SOLID", "DASHED", "DOUBLE" , default SOLID. + * @note Optional. If not provided then the default type is used (solid underline). + */ + TYPE, + + /** + * @brief The width in pixels of the dashes of the dashed underline. Only valid when "DASHED" underline type is used. + * @details Name "dashWidth", type Property::STRING or Property::FLOAT. e.g. "1.0" or 1.f + * @note Optional. If not provided then the default width is used (1 pixel). + */ + DASH_WIDTH, + + /** + * @brief The gap in pixels between the dashes of the dashed underline. Only valid when "DASHED" underline type is used. + * @details Name "dashGap", type Property::STRING or Property::FLOAT. e.g. "1.0" or 1.f + * @note Optional. If not provided then the default gap is used (1 pixel). + */ + DASH_GAP }; } // namespace Property