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



Gets or sets the height of the Web server control.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Height As Unit
Visual Basic (Usage)Copy Code
Dim instance As LiveRadioButton
Dim value As Unit
 
instance.Height = value
 
value = instance.Height
C# 
public override Unit Height {get; set;}
C++/CLI 
public:
property Unit Height {
   Unit get() override;
   void set (    Unit value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.WebControl.Height.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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