Scale.Culture Property
Gets or sets the culture of the scale bar, which determines the language and default units used by the scale bar.
Namespace: Microsoft.Maps.MapControl.WPF.Overlays
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public string Culture { get; set; }
public:
property String^ Culture {
String^ get();
void set(String^ value);
}
member Culture : string with get, set
Public Property Culture As String
Property Value
Type: System.String
Returns String.
See Also
Scale Class
Microsoft.Maps.MapControl.WPF.Overlays Namespace
Return to top