Search
TimetableSettings.ReorderIndicatorWidth Property
See Also
 





Gets or sets the width of reorder indicator line.

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

 Syntax

C#  Copy Code

public int ReorderIndicatorWidth { get; set; }

Visual Basic  Copy Code

Public Property ReorderIndicatorWidth As Integer

 Property Value

An integer value specifying line width in pixels. The default value is 1.

 See Also