Dart.PowerWEB.TextBox Namespace > BaseChildControl Class : Height Property (BaseChildControl) |
Gets or sets the height of the control.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
Overrides Public Property Height As Unit
[C#]
[NotifyParentPropertyAttribute(true)]
public override Unit Height {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
public: __property Unit get_Height()override ;
public: __property void set_Height(
Unit value
)override ;
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
public:
property Unit Height override {
Unit get();
void set (Unit value);
}
A Unit that represents the height of the control. The default is Unit.Empty.
Use the Height property to specify the height of the control
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseChildControl Class | BaseChildControl Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.