![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Size Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Separator Class : Size Property |
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) | ![]() |
---|---|
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;} |
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.
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