VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationPenJS type / get_DashStyle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DashStyle Method
    In This Topic
    Gets the style for dashed lines.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationPenJS(width, color, lineJoin, miterLimit, dashStyle, dashPattern, startCap, endCap);
    
    var value; // Type: Vintasoft.Imaging.Annotation.WebOutlineDashStyleEnumJS
    value = instance.get_DashStyle();
    
    
    function get_DashStyle() : WebOutlineDashStyleEnumJS;
    

    Return Value

    An instance of WebOutlineDashStyleEnumJS class that defines the style used for dashed lines drawn with the pen.
    Browser Compatibility
    56+
    45+
    11
    See Also