GoDiagram Web Reference
BorderPen Property (GoSubGraph)

Gets or sets the pen used to draw a rectangular outline just inside the edges of this node.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The pen used to draw an outline for this node.")>
Public Overridable Property BorderPen As Pen
[CategoryAttribute("Appearance")]
[DescriptionAttribute("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. The Pen value may be null, in which case no outline is drawn. This value defaults to null.
Remarks
PaintDecoration does not draw any border when there is a CollapsedObject to show instead.
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

GoSubGraph Class
GoSubGraph Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback