ESRI.ArcGIS.ADF.Tasks
FontCharacter Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > NorthArrowSettings Class : FontCharacter Property




Numeric character value within font to use for north arrow image.

Syntax

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

Remarks

The FontCharacter specifies the particular character within the font designated by FontName to use for the north arrow. The FontCharacter is the number (in decimal) of the character.

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.