GoDiagram Web Reference
PenWidth Property (GoShape)

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

Property Value

The width of the Pen, or 0 if there is no pen. The default value is zero.
Remarks
If there is no Pen, setting this property might have no effect.
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