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




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

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<BrowsableAttribute(False)>
<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# 
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
[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.

See Also

© 2010 All Rights Reserved.