ResourceExtension.SetColor(Resource, Color) Method
In This Article
Assigns color to the specified resource.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
resource | Resource | A Resource object that is the resource whose color is specified. |
color | Color | A Color object to assign to the resource. |
#Remarks
The static SetColor method enables you to assign a color to the resource.
See Also