menu

WPF

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

    Show / Hide Table of Contents

    Class GanttChartBackgroundPanel

    Represents a panel that will arrange the background cells of GanttChart

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

    Constructors

    GanttChartBackgroundPanel()

    Initializes a new instance of the GanttChartBackgroundPanel class.

    Declaration
    public GanttChartBackgroundPanel()

    Properties

    EndPoint

    Gets or sets the end point.

    Declaration
    public double EndPoint { get; set; }
    Property Value
    Type Description
    System.Double

    The end point.

    StartPoint

    Gets or sets the start point.

    Declaration
    public double StartPoint { get; set; }
    Property Value
    Type Description
    System.Double

    The start point.

    Methods

    ArrangeOverride(Size)

    Arranges the override.

    Declaration
    protected override Size ArrangeOverride(Size arrangeSize)
    Parameters
    Type Name Description
    System.Windows.Size arrangeSize

    Size of the arrange.

    Returns
    Type
    System.Windows.Size

    Finalize()

    Disposes the Events

    Declaration
    protected override void Finalize()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved