[NUI] Add Gradient.StartOffset to upper case table
authorANZ1217 <chihun.jeong@samsung.com>
Thu, 8 May 2025 06:38:27 +0000 (15:38 +0900)
committertscholb <scholb.kim@samsung.com>
Thu, 8 May 2025 07:09:13 +0000 (16:09 +0900)
src/Tizen.NUI/src/internal/Common/PropertyHelper.cs

index 6efae8ec4656cf8b38d73ae959c9d601d6d58f85..0ad656e62147726674d259d219ef20c210d8e7ae 100755 (executable)
@@ -80,6 +80,7 @@ namespace Tizen.NUI
             { "ImageShadow.Offset",         new VisualPropertyData(View.Property.SHADOW, (int)VisualTransformPropertyType.Offset) },
             { "Shadow.CornerRadius",        new VisualPropertyData(View.Property.SHADOW, Visual.Property.CornerRadius, ObjectIntToFloat) },
             { "Shadow.CornerSquareness",    new VisualPropertyData(View.Property.SHADOW, Visual.Property.CornerSquareness, ObjectIntToFloat) },
+            { "Gradient.StartOffset",       new VisualPropertyData(View.Property.BACKGROUND, GradientVisualProperty.StartOffset, ObjectIntToFloat) },
         };
 
         static PropertyHelper() { }