X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FBaseComponents%2FImageView.cs;h=025818ccb4dc33e073b8b83b9d5687347710d962;hb=60d1d9a230c88980dfa9908cddb0ad554d83a7f1;hp=5182c4f53518389b8e1bf9093c311f9c25578318;hpb=4aff8c662dca62825b196d3417a0c5859c8a6369;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs index 5182c4f..025818c 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs @@ -146,7 +146,7 @@ namespace Tizen.NUI.BaseComponents base.Dispose(type); } - internal class Property + internal new class Property { internal static readonly int RESOURCE_URL = NDalicPINVOKE.ImageView_Property_RESOURCE_URL_get(); internal static readonly int IMAGE = NDalicPINVOKE.ImageView_Property_IMAGE_get(); @@ -216,7 +216,7 @@ namespace Tizen.NUI.BaseComponents /// Most resources are only loaded when the control is placed on stage.
/// true if the resources are loaded and ready, false otherwise.
/// - public bool IsResourceReady() + public new bool IsResourceReady() { bool ret = NDalicPINVOKE.IsResourceReady(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending)