ESRI.ArcGIS.ADF.Tasks
WidthItemSettings Class
Members  See Also 
ESRI.ArcGIS.ADF.Tasks Namespace : WidthItemSettings Class




Settings for the width control in the print task UI. The width contains not only a default value which is the index of the drop down list control to be displayed initially, but also whether or not the control should appear as well as a collection of widths to display in the control.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class WidthItemSettings 
   Inherits ItemSettings(Of Integer)
Visual Basic (Usage)Copy Code
Dim instance As WidthItemSettings
C# 
[SerializableAttribute()]
public class WidthItemSettings : ItemSettings<int> 

Remarks

A WidthItemSettings object stores properties for the drop-down list for map size that may display in the PrintTask dialog.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Tasks.ItemSettings<Int32>
      ESRI.ArcGIS.ADF.Tasks.WidthItemSettings

See Also

© 2010 All Rights Reserved.