[Category("Appearance")] [DefaultValue("")] [Description("The pen used to draw an outline for this node.")] public virtual Pen BorderPen {get; set;}
Property Value
You must not modify the pen after you have assigned it. ThePen
value may be null, in which case no outline is drawn. This value defaults to null.