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




Font name and character index within that font to be used to render north arrow image.

Syntax

Visual Basic (Declaration) 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DisplayCharacterEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ResDescriptionAttribute("The numeric character value within the font (default font is ESRI North) to use for the North arrow image.")>
<NotifyParentPropertyAttribute(True)>
Public Property DisplayCharacter As ESRI.ArcGIS.ADF.Web.UI.WebControls.DisplayCharacter
Visual Basic (Usage)Copy Code
Dim instance As NorthArrowSettings
Dim value As ESRI.ArcGIS.ADF.Web.UI.WebControls.DisplayCharacter
 
instance.DisplayCharacter = value
 
value = instance.DisplayCharacter
C# 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DisplayCharacterEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ResDescriptionAttribute("The numeric character value within the font (default font is ESRI North) to use for the North arrow image.")]
[NotifyParentPropertyAttribute(true)]
public ESRI.ArcGIS.ADF.Web.UI.WebControls.DisplayCharacter DisplayCharacter {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 character index is the number (in decimal) of the character within the font to use for the north arrow.

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.