ESRI.ArcGIS.ADF.Web.UI.WebControls
Size Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Space Class : Size Property




The size of the space on the Toolbar, either width for a horizontal toolbar or height on a vertical toolbar. The space will be twenty times this value, in pixels.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Space")>
<ResDescriptionAttribute("The size of the space on the Toolbar.  A Space of size 1 is 10 pixels high on a Vertical Toolbar, and 10 pixels wide on a Horizontal Toolbar.")>
Public Property Size As Integer
Visual Basic (Usage)Copy Code
Dim instance As Space
Dim value As Integer
 
instance.Size = value
 
value = instance.Size
C# 
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Space")]
[ResDescriptionAttribute("The size of the space on the Toolbar.  A Space of size 1 is 10 pixels high on a Vertical Toolbar, and 10 pixels wide on a Horizontal Toolbar.")]
public int Size {get; set;}

Remarks

The value set here will be multiplied by twenty and used as the width (for a toolbar with horizontal Orientation) or height (for a vertical toolbar) of the space.

See Also

© 2010 All Rights Reserved.