ESRI.ArcGIS.ADF.Tasks
FontName Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > NorthArrowSettings Class : FontName Property




Name of font to be used to render north arrow image.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Use DisplayCharacter instead")>
<BrowsableAttribute(False)>
<NotifyParentPropertyAttribute(True)>
Public Property FontName As String
Visual Basic (Usage)Copy Code
Dim instance As NorthArrowSettings
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
C# 
[ObsoleteAttribute("Use DisplayCharacter instead")]
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public string FontName {get; set;}

Remarks

The font must be installed on the Web ADF server machine. It does not need to be present on the client machine or on the GIS server machine, if separate from the Web server.

The FontCharacter must also be specified. The FontCharacter is the number (in decimal) of the character within the font to use for the north arrow.

See Also

© 2010 All Rights Reserved.