Toolbar height in pixels.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[CategoryAttribute("Layout")]
[DescriptionAttribute("Toolbar height in pixels.")]
[DefaultValueAttribute()]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public int ToolbarHeight { get; set; }
Visual Basic (Declaration)
<CategoryAttribute("Layout")> _
<DescriptionAttribute("Toolbar height in pixels.")> _
<DefaultValueAttribute()> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property ToolbarHeight As Integer
	Get
	Set

See Also