PowerWEB LiveControls for ASP.NET
Top Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveTableCell Class : Top Property



Gets or sets the top position of the PowerWEB control.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The absolute top position of the control in the browser")>
<CategoryAttribute("Layout")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<DefaultValueAttribute()>
Public Property Top As Unit
Visual Basic (Usage)Copy Code
Dim instance As LiveTableCell
Dim value As Unit
 
instance.Top = value
 
value = instance.Top
C# 
[DescriptionAttribute("The absolute top position of the control in the browser")]
[CategoryAttribute("Layout")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[DefaultValueAttribute()]
public Unit Top {get; set;}
C++/CLI 
[DescriptionAttribute("The absolute top position of the control in the browser")]
[CategoryAttribute("Layout")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[DefaultValueAttribute()]
public:
property Unit Top {
   Unit get();
   void set (    Unit value);
}

Property Value

A Unit that represents the top position of the control. The default is Unit.Empty.

Remarks

Use the Top property to specify the top position of the PowerWEB control. If both Left and Top are Unit.Empty (the default), relative positioning is used. If either Left or Top are not Unit.Empty, absolute positioning is used.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.