Search
ControlStyle.HScrollBarHeight Property
See Also
 





Gets or sets the height of the horizontal scrollbar.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int HScrollBarHeight { get; set; }

Visual Basic  Copy Code

Public Property HScrollBarHeight As Integer

 Property Value

An integer value.

 See Also