CoordinateDisplay Property

Bindable formatted coordinate string.

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
public string Display { get; }

Property Value

String

Remarks

Bind to this property when MVVM patterns are being used

Example

The following example shows how to bind to a formatted Coordinate in XAML
XAML

See Also