ESRI.ArcGIS.ADF.Web.UI.WebControls
Offset Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class : Offset Property




Read-only property for the horizontal offset of the node from its StartingPosition due to collapse/expand image, check-box, etc.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Offset As Integer
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
Dim value As Integer
 
value = instance.Offset
C# 
public int Offset {get;}

Remarks

This property is used for child nodes of a TreeViewPlus to determine how far from the left side of the tree to offset the text of the node from its StartingPosition. The Offset takes into account any check-box for the node, any collapse/expand image, any legend and any clear button.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.