ESRI.ArcGIS.ADF.Web.UI.WebControls
Offset Property
See Also 
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.

See Also

© 2010 All Rights Reserved.