Search
TimetableSettings.TimelinePadding Property
See Also
 






Gets or sets the padding of the separator lines in the timeline, expressed as a percent of the timeline size.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int TimelinePadding { get; set; }

Visual Basic  Copy Code

Public Property TimelinePadding As Integer

 Property Value

An integer value specifying the padding of the timeline separator lines, in percents. Assign -1 to this property to use the corresponding value from the current theme.

 See Also