@ -520,6 +520,15 @@ namespace Rs.Controls
set { _Column = value; }
}
private string _SN;
public string SN
{
get { return _SN; }
set { _SN = value; }
private RectangleF _Bound;
[XmlIgnore]
public RectangleF Bound