In This Article

VisualStudioBarRenderer Class

Provides a base renderer for bar controls that have a Visual Studio appearance.

public class VisualStudioBarRenderer : MetroBarRenderer, IDisposable, IBarRenderer, IUIRenderer
Inheritance:
object MarshalByRefObject DisposableObject UIRenderer BarRenderer WindowsClassicBarRenderer MetroBarRenderer object
Implements:
IDisposable IBarRenderer IUIRenderer

Constructors

VisualStudioBarRenderer()

Initializes a new instance of the class.

public VisualStudioBarRenderer()

Remarks

The default constructor initializes all fields to their default values.

VisualStudioBarRenderer(IWindowsColorScheme)

Initializes a new instance of the class.

public VisualStudioBarRenderer(IWindowsColorScheme colorScheme)
Parameter Type Description
colorScheme IWindowsColorScheme

The IWindowsColorScheme to use as a base for the colors.

Remarks

The default constructor initializes all fields to their default values.

VisualStudioBarRenderer(WindowsColorSchemeType)

Initializes a new instance of the class.

public VisualStudioBarRenderer(WindowsColorSchemeType colorSchemeType)
Parameter Type Description
colorSchemeType WindowsColorSchemeType

The WindowsColorSchemeType to use as a base for the colors.

Properties

BaseColorSchemeType

Gets or sets the WindowsColorSchemeType to use as a base for the colors.

public override WindowsColorSchemeType BaseColorSchemeType { get; set; }

Property Value

WindowsColorSchemeType:

The WindowsColorSchemeType to use as a base for the colors.

Inherited Members