alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ProgressBarStyles

    This enum represents the ProgressBarAdv foreground style

    Inheritance
    System.Object
    ProgressBarStyles
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class ProgressBarStyles : Enum

    Fields

    Constant

    The foreground of the ProgressBar will be drawn with a constant color.

    Declaration
    public const ProgressBarStyles Constant
    Field Value
    Type
    ProgressBarStyles

    Custom

    The foreground of the ProgressBar will be drawn by using the CustomRender class which is inherited from "IProgressBarRenderer" interface.

    Declaration
    public const ProgressBarStyles Custom
    Field Value
    Type
    ProgressBarStyles

    Gradient

    The foreground of the ProgressBar will be drawn with a gradient brush.

    Declaration
    public const ProgressBarStyles Gradient
    Field Value
    Type
    ProgressBarStyles

    Image

    The foreground of the ProgressBar will be drawn with an image.

    Declaration
    public const ProgressBarStyles Image
    Field Value
    Type
    ProgressBarStyles

    Metro

    The foreground of the ProgressBar will be drawn by Metro.

    Declaration
    public const ProgressBarStyles Metro
    Field Value
    Type
    ProgressBarStyles

    MultipleGradient

    The foreground of the ProgressBar will be drawn with a multiple gradient brush.

    Declaration
    public const ProgressBarStyles MultipleGradient
    Field Value
    Type
    ProgressBarStyles

    Office2016Black

    This option represents the Office2016Black foreground style

    Declaration
    public const ProgressBarStyles Office2016Black
    Field Value
    Type
    ProgressBarStyles

    Office2016Colorful

    This option represents the Office2016Colorful foreground style

    Declaration
    public const ProgressBarStyles Office2016Colorful
    Field Value
    Type
    ProgressBarStyles

    Office2016DarkGray

    This option represents the Office2016DarkGray foreground style

    Declaration
    public const ProgressBarStyles Office2016DarkGray
    Field Value
    Type
    ProgressBarStyles

    Office2016White

    This option represents the Office2016White foreground style

    Declaration
    public const ProgressBarStyles Office2016White
    Field Value
    Type
    ProgressBarStyles

    System

    The foreground of the ProgressBar will be drawn by the system.

    Declaration
    public const ProgressBarStyles System
    Field Value
    Type
    ProgressBarStyles

    Tube

    The foreground of the ProgressBar will be drawn with a vertical tube-like gradient brush.

    Declaration
    public const ProgressBarStyles Tube
    Field Value
    Type
    ProgressBarStyles

    WaitingGradient

    The foreground of the ProgressBar will be drawn with a moving gradient line.

    Declaration
    public const ProgressBarStyles WaitingGradient
    Field Value
    Type
    ProgressBarStyles
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved