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




The number of pixels to offset child nodes in the tree.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("The number of pixels to offset child nodes in the tree.")>
<ResCategoryAttribute("TreeViewPlus")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
Public Property OffsetWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim value As Integer
 
instance.OffsetWidth = value
 
value = instance.OffsetWidth
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("The number of pixels to offset child nodes in the tree.")]
[ResCategoryAttribute("TreeViewPlus")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
public int OffsetWidth {get; set;}

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.