X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Ftext-visual-properties.h;h=10c4ab734ef94665489bf611dc527be0f1654495;hp=6399efc305eec25c9f17d1ffd512ed03d7e5812e;hb=eac074bfe3a3c144f55583135515d2c8d16eb479;hpb=f090b040537e2a5a60a6dc80009ade9b72d37d4b diff --git a/dali-toolkit/public-api/visuals/text-visual-properties.h b/dali-toolkit/public-api/visuals/text-visual-properties.h index 6399efc..10c4ab7 100644 --- a/dali-toolkit/public-api/visuals/text-visual-properties.h +++ b/dali-toolkit/public-api/visuals/text-visual-properties.h @@ -80,14 +80,18 @@ enum /** * @brief The line horizontal alignment. - * @details name "horizontalAlignment", type Property::STRING, values "BEGIN", "CENTER", "END", default BEGIN. + * @details Name "horizontalAlignment", type HorizontalAlignment::Type (Property::INTEGER) or Property::STRING. + * @note Optional. If not specified, the default is HorizontalAlignment::BEGIN + * @note Return type is HorizontalAlignment::Type (Property::INTEGER) * @SINCE_1_2.60 */ HORIZONTAL_ALIGNMENT, /** * @brief The line vertical alignment. - * @details name "verticalAlignment", type Property::STRING, values "TOP", "CENTER", "BOTTOM", default TOP. + * @details name "verticalAlignment", VerticalAlignment::Type (Property::INTEGER) or Property::STRING + * @note Optional. If not specified, the default is VerticalAlignment::TOP + * @note Return type is VerticalAlignment::Type (Property::INTEGER)` * @SINCE_1_2.60 */ VERTICAL_ALIGNMENT,