ESRI.ArcGIS.ADF.Tasks
DisplayCharacter Property
See Also 
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=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DisplayCharacterEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.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 DisplayCharacter
Visual Basic (Usage)Copy Code
Dim instance As NorthArrowSettings
Dim value As DisplayCharacter
 
instance.DisplayCharacter = value
 
value = instance.DisplayCharacter
C# 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DisplayCharacterEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.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 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.

See Also

© 2010 All Rights Reserved.