Version

ScheduleResourceColorScheme Enumeration

Constants which identify a color scheme for a Infragistics.Scheduler.ScheduleResource.
Syntax
public enum ScheduleResourceColorScheme : System.Enum 
Members
MemberDescription
ChocolateBackground: Argb(225, 121, 85, 72) Foreground: Argb(255, 68, 68, 68)
FuchsiaBackground: Argb(225, 220, 63, 118) Foreground: Argb(255, 68, 68, 68)
GrapeBackground: Argb(225, 249, 98, 50) Foreground: Argb(255, 68, 68, 68)
IndigoBackground: Argb(225, 63, 81, 181) Foreground: Argb(255, 68, 68, 68)
LeafyBackground: Argb(225, 67, 156, 71) Foreground: Argb(255, 68, 68, 68)
LimeBackground: Argb(225, 159, 179, 40) Foreground: Argb(255, 68, 68, 68)
PumpkinBackground: Argb(225, 249, 98, 50) Foreground: Argb(255, 68, 68, 68)
SkyeBackground: Argb(225, 43, 138, 234) Foreground: Argb(255, 68, 68, 68)
StrawberryBackground: Argb(225, 235, 71, 63) Foreground: Argb(255, 68, 68, 68)
SunflowerBackground: Argb(225, 255, 152, 0) Foreground: Argb(255, 68, 68, 68)
TealBackground: Argb(225, 46, 156, 166) Foreground: Argb(255, 68, 68, 68)
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also