Back to Devexpress

AppearanceObject.GetForeColor(GraphicsCache) Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-getforecolor-x28-devexpress-dot-utils-dot-drawing-dot-graphicscache-x29.md

latest1.6 KB
Original Source

AppearanceObject.GetForeColor(GraphicsCache) Method

Returns the ForeColor (AppearanceObject.ForeColor) for the target GraphicsCache object.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public Color GetForeColor(
    GraphicsCache cache
)
vb
Public Function GetForeColor(
    cache As GraphicsCache
) As Color

Parameters

NameTypeDescription
cacheGraphicsCache

A Color that is the GraphicsCache’s foreground color.

|

Returns

TypeDescription
Color

A Color that is the ForeColor for the target GraphicsCache object.

|

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace