VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_ThumbnailCaptionAnchor Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_ThumbnailCaptionAnchor Method
    In This Topic
    Gets the anchor style of the thumbnail caption in thumbnail.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.WebImageAnchorTypeEnumJS
    value = instance.get_ThumbnailCaptionAnchor();
    
    
    function get_ThumbnailCaptionAnchor() : WebImageAnchorTypeEnumJS;
    

    Return Value

    An instance of WebImageAnchorTypeEnumJS class. Default value is "Bottom".
    Remarks

    This property does not have effect if application has CSS-style for "vstv-thumbnail-caption" class with defined element positions: "top", "right", "bottom" or "left".

    Browser Compatibility
    56+
    45+
    11
    See Also