alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ProgressBarBackgroundStyles

    This enum represents the ProgressBarAdv background styles

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

    Fields

    Gradient

    The background is drawn with a gradient brush.

    Declaration
    public const ProgressBarBackgroundStyles Gradient
    Field Value
    Type
    ProgressBarBackgroundStyles

    Image

    The background is drawn with an image.

    Declaration
    public const ProgressBarBackgroundStyles Image
    Field Value
    Type
    ProgressBarBackgroundStyles

    MultipleGradient

    The background is drawn with a multiple gradient brush.

    Declaration
    public const ProgressBarBackgroundStyles MultipleGradient
    Field Value
    Type
    ProgressBarBackgroundStyles

    None

    The background is drawn with the Backcolor.

    Declaration
    public const ProgressBarBackgroundStyles None
    Field Value
    Type
    ProgressBarBackgroundStyles

    Office2016Black

    This option represents the Office2016Black background style

    Declaration
    public const ProgressBarBackgroundStyles Office2016Black
    Field Value
    Type
    ProgressBarBackgroundStyles

    Office2016Colorful

    This option represents the Office2016Colorful background style

    Declaration
    public const ProgressBarBackgroundStyles Office2016Colorful
    Field Value
    Type
    ProgressBarBackgroundStyles

    Office2016DarkGray

    This option represents the Office2016DarkGray background style

    Declaration
    public const ProgressBarBackgroundStyles Office2016DarkGray
    Field Value
    Type
    ProgressBarBackgroundStyles

    Office2016White

    This option represents the Office2016White background style

    Declaration
    public const ProgressBarBackgroundStyles Office2016White
    Field Value
    Type
    ProgressBarBackgroundStyles

    System

    The background is drawn by the system.

    Declaration
    public const ProgressBarBackgroundStyles System
    Field Value
    Type
    ProgressBarBackgroundStyles

    Tube

    The background is drawn with a vertical tube-like gradient brush.

    Declaration
    public const ProgressBarBackgroundStyles Tube
    Field Value
    Type
    ProgressBarBackgroundStyles

    VerticalGradient

    The background is drawn with a vertical gradient brush.

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