ArcGIS Runtime SDK for WPF - Library Reference
LatLonMapGrid Constructor(LatLonMapGridLabelStyle)
See Also 
ESRI.ArcGIS.Client Namespace > LatLonMapGrid Class > LatLonMapGrid Constructor : LatLonMapGrid Constructor(LatLonMapGridLabelStyle)

labelStyle
The LatLonMapGridLabelStyle with which to display the labels for this MapGrid (Decimal Degrees or Degrees, Minutes, Seconds).
Initializes a new instance of a LatLonMapGrid with the specified LatLonMapGridLabelStyle and the default MapGridLevel styles.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal labelStyle As LatLonMapGridLabelStyle _
)
C# 
public LatLonMapGrid( 
   LatLonMapGridLabelStyle labelStyle
)

Parameters

labelStyle
The LatLonMapGridLabelStyle with which to display the labels for this MapGrid (Decimal Degrees or Degrees, Minutes, Seconds).

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.