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