'Declaration Public Property Left As Length
public Length Left {get; set;}
0
var reportItem = new TextBox(); reportItem.Left = new Length("1in");
ReportItem Class ReportItem Members