ESRI.ArcGIS.ADF.Web.UI.WebControls
Rotation Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : Rotation Property


The rotation of the map in degrees.

Syntax

Visual Basic (Declaration)  
Public Property Rotation As Double
Visual Basic (Usage) Copy Code
Dim instance As Map
Dim value As Double
 
instance.Rotation = value
 
value = instance.Rotation
C#  
public double Rotation {get; set;}

Remarks

If value is a NaN, the primary map resource's rotation is used. Otherwise, the rotation is applied. 0 is a valid rotation value and can be used to change the default rotation of the primary map resource. When rotation is applied, all resources in the map should support map rotation.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also