ESRI.ArcGIS.ADF.Web.UI.WebControls
Size Property
See Also 
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) 
<ResDescriptionAttribute("The width in pixels of the separator on the Toolbar.")>
<ResCategoryAttribute("General")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<BrowsableAttribute(False)>
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# 
[ResDescriptionAttribute("The width in pixels of the separator on the Toolbar.")]
[ResCategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
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.

See Also

© 2010 All Rights Reserved.