DefaultLineStyle property

Microsoft Visio Developer Reference

DefaultLineStyle property

   Example   

Gets or sets the default line style of a document.

Version added

4.0

Syntax

strRet = object.DefaultLineStyle
object.DefaultLineStyle = stringExpression

strRet

String. The default line style of the document.

object

Required. An expression that returns a Document object.

stringExpression

Required String. The name of the default line style to assign to the document.

Remarks

The DefaultLineStyle property corresponds to the value shown in the Line Style box on the Format Shape toolbar when nothing is selected on the drawing page. The document's default line style is applied to new shapes created with the Visio drawing tools or with the Draw methods via Automation.