ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class / resourcePath Property

In This Topic
    resourcePath Property
    In This Topic
    Indicates the resource Url path for the image files required for the menu icons and the art mark handles.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_resourcePath() : string
    function set_resourcePath(value : string)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.get_resourcePath();
    Remarks

    This property is a string that specifies the image files required for the menu icons and and the art mark handles. These files are png format files and are required when using ImGearThumbnailList control created on the client side. Note: It is necessary for this property to be set when using server side controls.

    See Also