See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Top Property

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); }

Return Type

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

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.