Northwoods.Go Assembly > Northwoods.Go Namespace > GoShape Class : Pen Property |
'Declaration <DescriptionAttribute("The pen used to draw the outline of this shape.")> <CategoryAttribute("Appearance")> Public Overridable Property Pen As Pen
[DescriptionAttribute("The pen used to draw the outline of this shape.")] [CategoryAttribute("Appearance")] public virtual Pen Pen {get; set;}
Pen
value may be null, in which case no outline is drawn. This value defaults to Pens.Black
.Pens
class. Currently serialization is limited to standard pens.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