Gets or sets the left coordinate for the control, which positioned at an absolute position. Default value is 0.
[C#]
myControl.PositionLeft = 100;
[Visual Basic]
myControl.PositionLeft = New System.Web.UI.WebControls.Unit(100)
APNSoftControl Class | APNSoft.WebControls Namespace