PolarStereographicProjection.StandardParallel Property
Gets the latitude of the standard parallel (or a nonsense value if the projection was not constructed from a standard parallel).
Syntax
public System.Double StandardParallel { get; }
Property Value
Default: 90.0
A Double, giving the latitude of the standard parallel, in degrees.
Remarks
Of the two properties ScaleFactor and StandardParallel, at most one should be specified. So, if a standard parallel is given, the scale factor should be 1.
Platforms
Windows, Linux, Android