X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fimage-visual-properties.h;h=b008dad7e8ebf3567f38d2942ce2616ff807a563;hp=619a8f16bd7ad4720b06607e0e0daf99375fa7c9;hb=afe38927f068846eaa02c374430da05f6209a6f9;hpb=56b4ea70c3d00b35bd517f532c5229902795bff6 diff --git a/dali-toolkit/public-api/visuals/image-visual-properties.h b/dali-toolkit/public-api/visuals/image-visual-properties.h index 619a8f1..b008dad 100644 --- a/dali-toolkit/public-api/visuals/image-visual-properties.h +++ b/dali-toolkit/public-api/visuals/image-visual-properties.h @@ -98,6 +98,14 @@ enum * @note For N-Patch images only. */ BORDER_ONLY, + + /** + * @brief This enables Image visuals to automatically be converted to Batch-Image visuals. + * @details Name "batchingEnabled", type Property::BOOLEAN. + * @SINCE_1_1.46 + * @note Optional. For Image visuals only. Not to be used with NPatch or SVG images. + */ + BATCHING_ENABLED, }; } // namespace Property