Version 2.4.9: Implemented UseLayoutRounding during calculation of viewport positions in MapPanel. Added LogoImage property in BingMapsTileLayer.

This commit is contained in:
ClemensF 2015-03-15 10:11:19 +01:00
parent ba45aa5901
commit 9553799a8a
22 changed files with 102 additions and 75 deletions

View file

@ -111,7 +111,7 @@ namespace WpfApplication
{
if (glyphRun == null)
{
if (string.IsNullOrWhiteSpace(Text))
if (string.IsNullOrEmpty(Text))
{
return false;
}