GoDiagram Web Reference
LeftPortsLabelSpacing Property

Gets or sets the space between a GoGeneralNodePort and its GoGeneralNodePortLabel.
Syntax
'Declaration
 
<DescriptionAttribute("The distance between a left port and its label")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Overridable Property LeftPortsLabelSpacing As Single
[DescriptionAttribute("The distance between a left port and its label")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public virtual float LeftPortsLabelSpacing {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