Gets or sets the height of the RadEditor box.
Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Overrides Public Property Height As Unit |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadEditor
Dim value As Unit
instance.Height = value
value = instance.Height
|
| C# | |
|---|
public override Unit Height {get; set;} |
Return Value
A Unit that represents the height of the control. The default value is
400px.
Remarks
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also