DashStyle (Property)

Applies To:

Line object

Description:

Returns or sets the type of border style for a shape or control.

Action:

Read-write, BqDashStyle constant

Constants:

The BqDashStyle constant group consists of these values:

Example:

This example shows how to change border color, width, and the dash style of a rectangle:

MyRectangle = ActiveDocument.Sections["Dashboard"].Shapes["Rectangle"]
MyRectangle.Line.Color = bqRed
MyRectangle.Line.Width = 4
MyRectangle.Line.DashStyle = bqDashStyleDotDotDash