menu

WPF

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

    Show / Hide Table of Contents

    Class ProgressResizingEventArgs

    Represents the Gantt progress resizing event arguments.

    Inheritance
    System.Object
    ProgressResizingEventArgs
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class ProgressResizingEventArgs : CancelEventArgs

    Constructors

    ProgressResizingEventArgs()

    Declaration
    public ProgressResizingEventArgs()

    Properties

    Node

    Gets the node.

    Declaration
    public GanttNode Node { get; }
    Property Value
    Type Description
    GanttNode

    The node.

    Value

    Gets the changing progress value.

    Declaration
    public double Value { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved