GoDiagram Web Reference
LabelOffset Property

Gets or sets the relative position of the Label's position compared to the Icon's position.
Syntax
'Declaration
 
<DescriptionAttribute("The offset of the Label relative to the Icon")>
<TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
<CategoryAttribute("Appearance")>
Public Overridable Property LabelOffset As SizeF
[DescriptionAttribute("The offset of the Label relative to the Icon")]
[TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
[CategoryAttribute("Appearance")]
public virtual SizeF LabelOffset {get; set;}

Property Value

A very large negative offset causes LayoutChildren to ignore this value, resulting in the Label being placed underneath the Icon.
Remarks
This is automatically updated if the DraggableLabel is true and the user drags the label around.
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

GoIconicNode Class
GoIconicNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback