GoDiagram Web Reference
MiddleLabelMargin Property

Gets or sets the how much larger the Shape should be on each side of the Label when the LabelSpot is GoObject.Middle.
Syntax
'Declaration
 
<DescriptionAttribute("The margin of the shape around the label, when the LabelSpot is Middle")>
<CategoryAttribute("Appearance")>
<TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
Public Overridable Property MiddleLabelMargin As SizeF
[DescriptionAttribute("The margin of the shape around the label, when the LabelSpot is Middle")]
[CategoryAttribute("Appearance")]
[TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
public virtual SizeF MiddleLabelMargin {get; set;}

Property Value

The default value is a width of 20 and a height of 10, which is adequate for an ellipse around short text strings.
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

GoBasicNode Class
GoBasicNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback