Class ResizingTooltipInfo
Class which is used as the Data Context for Resizing Tooltip.
Inheritance
System.Object
ResizingTooltipInfo
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class ResizingTooltipInfo : Object
Constructors
ResizingTooltipInfo()
Declaration
public ResizingTooltipInfo()
Properties
End
Gets or sets the end.
Declaration
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end. |
EndTime
Gets or sets the end time.
Declaration
public DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The end time. |
Progress
Gets or sets the progress.
Declaration
public double Progress { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The progress. |
Start
Gets or sets the start.
Declaration
public double Start { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start. |
StartTime
Gets or sets the start time.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The start time. |
TaskName
Gets or sets the name of the task.
Declaration
public string TaskName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the task. |