GoDiagram Web Reference
RightPortsLabelSpacing Property

Gets or sets the space between a GoGeneralNodePort and its GoGeneralNodePortLabel.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("The distance between a right port and its label")>
Public Overridable Property RightPortsLabelSpacing As Single
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The distance between a right port and its label")]
public virtual float RightPortsLabelSpacing {get; set;}

Property Value

The default value is 2. A negative value will result in overlap of the label and the port.
Remarks
You can customize the value for individual ports by overriding the GoGeneralNodePort.LabelSpacing property.
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

GoGeneralNode Class
GoGeneralNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback