[Category("Appearance")] [Description("The pen used to draw the outline of this shape.")] public virtual Pen Pen {get; set;}
Property Value
ThePen
value may be null, in which case no outline is drawn. This value defaults to Pens.Black
.[Category("Appearance")] [Description("The pen used to draw the outline of this shape.")] 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.