Back to Devexpress

NavigationPanelOptions.YCoordinatePattern Property

windowsforms-devexpress-dot-xtramap-dot-navigationpaneloptions-806e1ba7.md

latest2.4 KB
Original Source

NavigationPanelOptions.YCoordinatePattern Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue("")]
public string YCoordinatePattern { get; set; }
vb
<DefaultValue("")>
Public Property YCoordinatePattern As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that is the pattern.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to YCoordinatePattern
MapControl

.NavigationPanelOptions .YCoordinatePattern

|

Remarks

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

PatternDescription
{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.

PatternDescription
{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.

See Also

NavigationPanelOptions Class

NavigationPanelOptions Members

DevExpress.XtraMap Namespace