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




The size of the separator on the toolbar, either the width for a horizontal toolbar, or height for a vertical toolbar.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<BrowsableAttribute(False)>
<ResCategoryAttribute("General")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("The width in pixels of the separator on the Toolbar.")>
Public Property Size As Integer
Visual Basic (Usage)Copy Code
Dim instance As Separator
Dim value As Integer
 
instance.Size = value
 
value = instance.Size
C# 
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
[ResCategoryAttribute("General")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The width in pixels of the separator on the Toolbar.")]
public int Size {get; set;}

Remarks

The Size is used directly as the number of pixels for the width of the Separator for a horizontal Toolbar, or the height of the Separator for a vertical Toolbar.

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.