Skip to main content
A newer version of this page is available. .

NavigationPanelOptions.YCoordinatePattern Property

Gets or sets the pattern of the string representation of the Y coordinate.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[DefaultValue("")]
public string YCoordinatePattern { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that is the pattern.

Property Paths

You can access this nested property as listed below:

Object Type Path to YCoordinatePattern
MapControl
.NavigationPanelOptions.YCoordinatePattern

Remarks

To specify the pattern for the Geographical coordinate, use the following predefined values.

Pattern Description
{CP} Displays a cardinal point.
{D:Number_of_decimal_places} Displays a degree value. The number of decimal places can be unspecified.
{M:Number_of_decimal_places} Displays a minute value. The number of decimal places can be unspecified.
{S:Number_of_decimal_places} Displays a second value. The number of decimal places can be unspecified.

To specify the pattern for the Cartesian coordinate, use the following predefined values.

Pattern Description
{F:Number_of_decimal_places} Displays a coordinate value. The number of decimal places can be unspecified.
{MU} Displays the abbreviation of measure unit name.

The following code snippets (auto-collected from DevExpress Examples) contain references to the YCoordinatePattern property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also