Skip to main content

WindowsUIButtonPanel.GetGlyphSkinningColor(BaseButtonInfo) Method

Gets the color used to paint button icons when the Glyph Skinning feature is enabled.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Color GetGlyphSkinningColor(
    BaseButtonInfo info
)

Parameters

Name Type Description
info DevExpress.XtraEditors.ButtonPanel.BaseButtonInfo

A BaseButtonInfo object that stores the button glyph skinning color.

Returns

Type Description
Color

A Color used to paint button icons when the Glyph Skinning feature is enabled.

Remarks

See the Glyph Skinning topic to learn more.

See Also