ESRI.ArcGIS.ADF.IMS
TitleText Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > Legend Class : TitleText Property




Gets or sets the text of the Legend Title.

Syntax

Visual Basic (Declaration) 
Public Property TitleText As String
Visual Basic (Usage)Copy Code
Dim instance As Legend
Dim value As String
 
instance.TitleText = value
 
value = instance.TitleText
C# 
public string TitleText {get; set;}

Example

For an example, see the Legend overview.

Remarks

This is the text displayed for the title of the legend, along the upper side of the legend image.

The default is to not include any title text.

See Also

© 2010 All Rights Reserved.