T
Type used to store default value.
ESRI.ArcGIS.ADF.Tasks
Generic ItemSettings Class
Members  See Also 
ESRI.ArcGIS.ADF.Tasks Namespace : Generic ItemSettings Class




Settings for various UI elements of the print task. Stores information about the default value and the visibility of the control.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<SerializableAttribute()>
Public Class ItemSettings(Of T) 
Visual Basic (Usage)Copy Code
Dim instance As ItemSettings(Of T)
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[SerializableAttribute()]
public class ItemSettings<T> 

Type Parameters

T
Type used to store default value.

Remarks

ItemSettings is a class that consolidates properties for an aspect of the PrintTask. It is used directly for properties such as MapSettings, ScaleBarSettings and TitleSettings.

ItemSettings is extended by several classes that add additional settings for specific PrintTask properties:

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.