ESRI.ArcGIS.ADF.IMS
FontName Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > Legend Class : FontName Property




Gets or sets the font name to be used in the Legend.

Syntax

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

Example

For an example, see the Legend overview.

Remarks

This is the font used for all legend text. The fonts for items in the legend (title, layers, values) cannot be set individually.

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.