AppearanceObject.GetForeColor(GraphicsCache) Method
Returns the ForeColor (AppearanceObject.ForeColor) for the target GraphicsCache object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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