GoDiagram Web Reference
PenColor Property (GoShape)

Gets or sets the color of the pen.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The color of the pen used to draw the outline of the shape")>
Public Overridable Property PenColor As Color
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The color of the pen used to draw the outline of the shape")]
public virtual Color PenColor {get; set;}

Property Value

The Color of the Pen, or Color.Empty if there is no pen. Setting the new value to Color.Empty will set the Pen to null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoShape Class
GoShape Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback