menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizingTooltipInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResizingTooltipInfo

    Class which is used as the Data Context for Resizing Tooltip.

    Inheritance
    System.Object
    ResizingTooltipInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class ResizingTooltipInfo

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved