VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinesAnnotationViewJS type / get_LineStyle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_LineStyle Method
    In This Topic
    Gets the style of line.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLinesAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.WebAnnotationLineStyleEnumJS
    value = instance.get_LineStyle();
    
    
    function get_LineStyle() : WebAnnotationLineStyleEnumJS;
    

    Return Value

    WebAnnotationLineStyleEnumJS object which defines the line style. Default value is "Solid".
    Browser Compatibility
    56+
    45+
    11
    See Also