LineFormat Object Members
PowerPoint Developer Reference |
Represents line and arrowhead formatting. For a line, the LineFormat object contains formatting information for the line itself; for a shape with a border, this object contains formatting information for the shape's border.
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 MsoArrowheadLength. | |
BeginArrowheadStyle | Returns or sets the style of the arrowhead at the beginning of the specified line. Read/write MsoArrowheadStyle. | |
BeginArrowheadWidth | Returns or sets the width of the arrowhead at the beginning of the specified line. Read/write MsoArrowheadWidth. | |
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 PowerPoint, this property returns the hexadecimal number 50575054. Read-only. | |
DashStyle | Returns or sets the dash style for the specified line. Read/write MsoLineDashStyle. | |
EndArrowheadLength | Returns or sets the length of the arrowhead at the end of the specified line. Read/write MsoArrowheadLength. | |
EndArrowheadStyle | Returns or sets the style of the arrowhead at the end of the specified line. Read/write MsoArrowheadStyle. | |
EndArrowheadWidth | Returns or sets the width of the arrowhead at the end of the specified line. Read/write MsoArrowheadWidth. | |
ForeColor | Returns or sets a ColorFormat object that represents the foreground color for the fill, line, or shadow. Read/write. | |
InsetPen | MsoTrue to draw lines on the inside of a specified shape. Read/write MsoTriState. | |
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 MsoPatternType. | |
Style | Returns or sets the line style. Read/write MsoLineStyle. | |
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 Single. | |
Visible | Returns or sets the visibility of the specified object or the formatting applied to the specified object. Read/write MsoTriState . | |
Weight | Returns or sets the thickness of the specified line, in points. Read/write Single. |