Back to Devexpress

AppearanceObject.GetBackColor(ISkinProvider) Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-getbackcolor-x28-devexpress-dot-skins-dot-iskinprovider-x29.md

latest1.5 KB
Original Source

AppearanceObject.GetBackColor(ISkinProvider) Method

Returns the BackColor (AppearanceObject.BackColor) for the target LookAndFeel object.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public Color GetBackColor(
    ISkinProvider lookAndFeel
)
vb
Public Function GetBackColor(
    lookAndFeel As ISkinProvider
) As Color

Parameters

NameTypeDescription
lookAndFeelDevExpress.Skins.ISkinProvider

An ISkinProvider that is a LookAndFeel object whose BackColor is to be returned.

|

Returns

TypeDescription
Color

A Color that is the BackColor for the target LookAndFeel object.

|

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace