X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fimage-visual-properties-devel.h;h=d2622da9f912627069ea46078d80a82979166e36;hb=refs%2Fchanges%2F75%2F120675%2F5;hp=eb2ac4975edf8ff8a4896cba5fb3d23a4f346b9b;hpb=7f0a28e0f0da67178997e5a647bdc471e8dcb652;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h index eb2ac49..d2622da 100644 --- a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h @@ -55,6 +55,15 @@ enum Type * @note For N-Patch images only. */ BORDER = WRAP_MODE_V + 1, + + /** + * @brief Whether to use the texture atlas + * @details Name "atlasing", type Property::BOOLEAN, true to enable texture atlas + * + * @note Optional. By default atlasing is off. + */ + + ATLASING = WRAP_MODE_V + 2, }; } //namespace Property