ESRI.ArcGIS.ADF.Tasks
NorthArrowSettings Constructor(Boolean,Boolean,String,Int32)
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > NorthArrowSettings Class > NorthArrowSettings Constructor : NorthArrowSettings Constructor(Boolean,Boolean,String,Int32)




defaultValue
Default value for the control.
displayInDialog
Whether to display the control in the UI or not.
fontName
Name of font to be used to render north arrow image.
fontCharacter
Numeric character value within font to use for north arrow image.
Constructor that takes values for the properties of the NorthArrowSettings.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal defaultValue As Boolean, _
   ByVal displayInDialog As Boolean, _
   ByVal fontName As String, _
   ByVal fontCharacter As Integer _
)
Visual Basic (Usage)Copy Code
Dim defaultValue As Boolean
Dim displayInDialog As Boolean
Dim fontName As String
Dim fontCharacter As Integer
 
Dim instance As NorthArrowSettings(defaultValue, displayInDialog, fontName, fontCharacter)
C# 
public NorthArrowSettings( 
   bool defaultValue,
   bool displayInDialog,
   string fontName,
   int fontCharacter
)

Parameters

defaultValue
Default value for the control.
displayInDialog
Whether to display the control in the UI or not.
fontName
Name of font to be used to render north arrow image.
fontCharacter
Numeric character value within font to use for north arrow image.

See Also

© 2010 All Rights Reserved.