LineFormat Properties (PowerPoint)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Application

Returns an Application object that represents the creator of the specified object.

BackColor

Returns or sets a ColorFormat object that represents the background color for the specified fill or patterned line. Read/write.

BeginArrowheadLength

Returns or sets the length of the arrowhead at the beginning of the specified line. Read/write.

BeginArrowheadStyle

Returns or sets the style of the arrowhead at the beginning of the specified line. Read/write.

BeginArrowheadWidth

Returns or sets the width of the arrowhead at the beginning of the specified line. Read/write.

Creator

Returns a Long that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only.

DashStyle

Returns or sets the dash style for the specified line. Read/write.

EndArrowheadLength

Returns or sets the length of the arrowhead at the end of the specified line. Read/write.

EndArrowheadStyle

Returns or sets the style of the arrowhead at the end of the specified line. Read/write.

EndArrowheadWidth

Returns or sets the width of the arrowhead at the end of the specified line. Read/write.

ForeColor

Returns or sets a ColorFormat object that represents the foreground color for the fill, line, or shadow. Read/write.

InsetPen

Detemines whether to draw lines on the inside of a specified shape. Read/write.

Parent

Returns the parent object for the specified object.

Pattern

Sets or returns a value that represents the pattern applied to the specified line. Read/write.

Style

Returns or sets the line style. Read/write.

Transparency

Returns or sets the degree of transparency of the specified fill, shadow, or line as a value between 0.0 (opaque) and 1.0 (clear). Read/write.

Visible

Returns or sets the visibility of the specified object or the formatting applied to the specified object. Read/write.

Weight

Returns or sets the thickness of the specified line, in points. Read/write.