Table of Contents

Interface IAuiDockArt

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Provides access to the color and other settings of the art provider for the AuiManager.

public interface IAuiDockArt : IDisposableObject, IDisposable

Methods

GetColor(AuiDockArtSetting)

Gets the color of a certain setting.

GetMetric(AuiDockArtSetting)

Gets the value of a certain setting.

SetColor(AuiDockArtSetting, Color)

Sets a certain setting with the value color.

SetMetric(AuiDockArtSetting, int)

Sets the value of a certain setting.