dotnetCHARTING Send comments on this topic.
Projection Property
See Also 
dotnetCHARTING.Mapping Namespace > Mapping Class : Projection Property


Gets or sets an advanced projection the map rendering will be based on. This includes either LambertConicProjection() or MercatorProjection() methods.

Syntax

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

See Also

© 2010 All Rights Reserved.