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

See Also

© 2010 All Rights Reserved.