alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PdfTaskbar

    Represents a class that provides the style configuration for the appearance of taskbar in the Gantt chart Pdf export.

    Inheritance
    object
    PdfTaskbar
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfTaskbar

    Constructors

    PdfTaskbar()

    Declaration
    public PdfTaskbar()

    Properties

    Color

    Gets or sets the taskbar color in the Gantt chart Pdf export.

    Declaration
    public PdfTaskbarColor Color { get; set; }
    Property Value
    Type Description
    PdfTaskbarColor

    An instance of PdfTaskbarColor.

    Remarks

    PdfTaskbarColor class provides the color configuration for taskbar in Pdf export, such as child progress color, taskbar color, and etc..

    Height

    Gets the height of the taskbar in the Gantt chart Pdf export

    Declaration
    public float Height { get; }
    Property Value
    Type Description
    float

    The value represents the height of the taskbar in the exported Pdf.

    ProgressBarWidth

    Gets the progress width of the taskbar in the Gantt chart Pdf export

    Declaration
    public float ProgressBarWidth { get; }
    Property Value
    Type Description
    float

    The value represents the progress width of the taskbar in the exported Pdf.

    Width

    Gets the width of the taskbar in the Gantt chart Pdf export

    Declaration
    public float Width { get; }
    Property Value
    Type Description
    float

    The value represents the width of the taskbar in the exported Pdf.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved