ShowVerticalLines Property
ShowVerticalLines returns or sets the show vertical base lines state of a wireframe. It has a Boolean value. If the value is set to 'True', the X and Y lines are added to the base. If the value is set to 'False', the X and Y lines on the base are not displayed.
Syntax
object.ShowVerticalLines
object. ShowVerticalLines = Show
Parameter |
Type |
Description |
Show |
Boolean |
required |
Example 1
This example demonstrates how to return whether or not the vertical lines of a wireframe base are displayed.
Debug.Print Wireframe.ShowVerticalLines
Example 2
This example demonstrates how to display the vertical lines of a wireframe base.
Wireframe.ShowVerticalLines = True
Used by: Wireframe object