AppearanceObject.GetForeColor(GraphicsCache) Method
In This Article
Returns the ForeColor (AppearanceObject.ForeColor) for the target GraphicsCache object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public Color GetForeColor(
GraphicsCache cache
)
#Parameters
Name | Type | Description |
---|---|---|
cache | Graphics |
A Color that is the Graphics |
#Returns
Type | Description |
---|---|
Color | A Color that is the Fore |
See Also