Skip to main content
A newer version of this page is available. .

AppearanceObject.GetForeColor(GraphicsCache) Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public Color GetForeColor(
    GraphicsCache cache
)

Parameters

Name Type Description
cache GraphicsCache

A Color that is the GraphicsCache’s foreground color.

Returns

Type Description
Color

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

See Also