Changed VlnBorders so that XML is not saved twice

Changed MyBorderDetailString so that XML is saved once
Adjust the vertical location of the Grid to match 16 bit.
This commit is contained in:
Rich
2011-04-12 13:49:01 +00:00
parent 76dd59be14
commit c1d863e1ac
3 changed files with 13 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ namespace Volian.Controls.Library
{
get
{
return MyBorders.ToString();
return MyBorders.ConvertToString();
}
set
{