VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLineCapJS type / get_Style Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Style Method
    In This Topic
    Gets the style of the cap.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLineCapJS(style, size);
    
    var value; // Type: Vintasoft.Imaging.Annotation.WebLineCapStyleEnumJS
    value = instance.get_Style();
    
    
    function get_Style() : WebLineCapStyleEnumJS;
    

    Return Value

    An instance of WebLineCapStyleEnumJS class that defines the style of the cap.
    Browser Compatibility
    56+
    45+
    11
    See Also