See Also

BaseStyle Class  | BaseStyle 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

Height Property

Dart.PowerWEB.TextBox Namespace > BaseStyle Class : Height Property (BaseStyle)

Gets or sets the height of the control.

[Visual Basic]
Public Property Height As Unit
[C#]
public Unit Height {get; set;}
[C++]
public: __property Unit get_Height(); public: __property void set_Height(    Unit value );
[C++/CLI]
public: property Unit Height {    Unit get();    void set (Unit value); }

Return Type

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

Remarks

Use the Height property to specify the height of the control

Requirements

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

See Also

BaseStyle Class  | BaseStyle Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.