GoDiagram Web Reference
RightPortLabelsInside Property

Gets or sets whether the labels for the right ports should go inside the ports (over the icon) or on the outside.
Syntax
'Declaration
 
<DescriptionAttribute("Whether right port labels go inside over the icon")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Overridable Property RightPortLabelsInside As Boolean
[DescriptionAttribute("Whether right port labels go inside over the icon")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public virtual bool RightPortLabelsInside {get; set;}

Property Value

The default value is false. Note that when the value is true, long labels or narrow icons may result in overlapping labels.
Remarks
You can customize the value for individual ports by overriding the GoGeneralNodePort.GoGeneralNodePort.LabelInside 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