ShapeOutlineColor Property (PSObject)
Gets or sets the shape outline color for the object.
public virtual Color ShapeOutlineColor {get; set;}
'Declaration
Public Overridable Property ShapeOutlineColor As Color
'Usage
Dim instance As PSObject
Dim value As Color
instance.ShapeOutlineColor = value
value = instance.ShapeOutlineColor