ShapeOutlineStyle Property (PSShape)
In This Topic
Gets or sets the shape outline style for the object.
Syntax
'Declaration
Public Overridable Property ShapeOutlineStyle As DashStyle
'Usage
Dim instance As PSShape
Dim value As DashStyle
instance.ShapeOutlineStyle = value
value = instance.ShapeOutlineStyle
public virtual DashStyle ShapeOutlineStyle {get; set;}
See Also