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