ESRI.ArcGIS.ADF.Web.UI.WebControls
OffsetWidth Property
See Also 
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) 
<ResCategoryAttribute("TreeViewPlus")>
<ResDescriptionAttribute("The number of pixels to offset child nodes in the tree.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
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# 
[ResCategoryAttribute("TreeViewPlus")]
[ResDescriptionAttribute("The number of pixels to offset child nodes in the tree.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
public int OffsetWidth {get; set;}

See Also

© 2010 All Rights Reserved.