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