[NUI] Add Shadow properties to ViewStyle (#1277)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / ViewProperty / TransformablePropertyMap.cs
index b5e46d2..84f4ec0 100644 (file)
@@ -186,12 +186,6 @@ namespace Tizen.NUI
 
         abstract internal bool IsValid();
 
-        /// <summary>
-        /// Deep copy method
-        /// </summary>
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        abstract public object Clone();
-
         static internal PropertyValue ToPropertyValue(TransformablePropertyMap instance)
         {
             return (instance != null && instance.IsValid()) ? new PropertyValue(instance.propertyMap) : new PropertyValue();