shapeStyle Field (PSObject)
In This Topic
Specifies the dashed-line style of the object container.
Syntax
'Declaration
Protected shapeStyle As DashStyle
'Usage
Dim instance As PSObject
Dim value As DashStyle
value = instance.shapeStyle
instance.shapeStyle = value
protected DashStyle shapeStyle
See Also