Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Top Property |
Gets or sets the top position of the PowerWEB control.
[Visual Basic]
<DefaultValueAttribute()>
<DescriptionAttribute("The absolute top position of the control in the browser")>
<BrowsableAttribute(False)>
<CategoryAttribute("Layout")>
Public Property Top As Unit
[C#]
[DefaultValueAttribute()]
[DescriptionAttribute("The absolute top position of the control in the browser")]
[BrowsableAttribute(false)]
[CategoryAttribute("Layout")]
public Unit Top {get; set;}
[C++]
[DefaultValueAttribute()]
[DescriptionAttribute("The absolute top position of the control in the browser")]
[BrowsableAttribute(false)]
[CategoryAttribute("Layout")]
public: __property Unit get_Top();
public: __property void set_Top(
Unit value
);
[C++/CLI]
[DefaultValueAttribute()]
[DescriptionAttribute("The absolute top position of the control in the browser")]
[BrowsableAttribute(false)]
[CategoryAttribute("Layout")]
public:
property Unit Top {
Unit get();
void set (Unit value);
}
A Unit that represents the top position of the control. The default is Unit.Empty.
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.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.