CollapsedTopLeftMargin Property
In This Topic
Gets or sets the space between the top and left sides of the subgraph children
with the top and left sides of the background when the node is collapsed.
Syntax
[Category("Appearance")]
[TypeConverter(Northwoods.Go.GoSizeFConverter)]
[Description("The margin around the text inside the background at the left side and the top of a collapsed subgraph")]
public virtual SizeF CollapsedTopLeftMargin {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.
See Also