add ToString() method to MBS.Framework.Drawing.Padding
This commit is contained in:
parent
9f5ce2d484
commit
bdecbd93ce
@ -78,5 +78,10 @@ namespace MBS.Framework.Drawing
|
|||||||
mvarTop = top;
|
mvarTop = top;
|
||||||
_IsNotEmpty = true;
|
_IsNotEmpty = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override string ToString()
|
||||||
|
{
|
||||||
|
return String.Format("(top: {0}, bottom: {1}, left: {2}, right: {3})", Top, Bottom, Left, Right);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user