The rotation of the map in degrees.
Syntax
Visual Basic (Declaration) | |
---|
<ResDescriptionAttribute("The rotation of the map in degrees. If value is 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.")>
<ResCategoryAttribute("Image Output")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<DefaultValueAttribute()>
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# | |
---|
[ResDescriptionAttribute("The rotation of the map in degrees. If value is 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.")]
[ResCategoryAttribute("Image Output")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute()]
public double Rotation {get; set;} |
Remarks
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