IncludesLine Property [Visio 2003 SDK Documentation]

Indicates whether the style includes line attributes.

intRet = object**.IncludesLine**

object**.IncludesLine** = intExpression

intRet     Integer. False (0) if the object doesn't define line attributes; True (-1) if it does.

object     Required. An expression that returns a Style object.

intExpression     Required Integer. False (0) to disable line attributes; True (non-zero) to enable them.

Version added

4.0

Remarks

The IncludesLine property corresponds to the Line check box under Includes in the Define Styles dialog box (click Define Styles on the Format menu).

Applies to | Style object

See Also | IncludesFill property | IncludesText property