ESRI.ArcGIS.ADF.IMS
TitleText Property
See Also  Send Feedback
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.

Requirements

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

See Also

© 2011 All Rights Reserved.