GoDiagram Web Reference
CollapsedBottomRightMargin Property

Gets or sets the space between the bottom and right sides of the subgraph children with the bottom and right sides of the background when the node is collapsed.
Syntax
'Declaration
 
<DescriptionAttribute("The margin around the text inside the background at the right side and the bottom of a collapsed subgraph")>
<CategoryAttribute("Appearance")>
<TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
Public Overridable Property CollapsedBottomRightMargin As SizeF
[DescriptionAttribute("The margin around the text inside the background at the right side and the bottom of a collapsed subgraph")]
[CategoryAttribute("Appearance")]
[TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
public virtual SizeF CollapsedBottomRightMargin {get; set;}

Property Value

This defaults to 0x0 units, in document coordinates. The margin width and height must each be non-negative. The margin should be large enough to accommodate any border drawn by the BorderPen.
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