다음을 통해 공유


ProgressBarColors Class

Defines the progress bar colors resource keys generated by the Visual Studio theme.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.PlatformUI.ProgressBarColors

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public NotInheritable Class ProgressBarColors
public static class ProgressBarColors

The ProgressBarColors type exposes the following members.

Properties

  Name Description
Public propertyStatic member BackgroundBrushKey Gets the BackgroundBrushKey attribute.
Public propertyStatic member BackgroundColorKey Gets the BackgroundColorKey attribute.
Public propertyStatic member IndicatorFillBrushKey Gets the IndicatorFillBrushKey attribute.
Public propertyStatic member IndicatorFillColorKey Gets the IndicatorFillColorKey attribute.

Top

Fields

  Name Description
Public fieldStatic member Category The category of the progress bar colors.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace