Indicates the theme settings to be applied when default values are used (i.e. when specific values are not indicated) for certain appearance properties of a GanttChartView control.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
[SerializableAttribute] public enum PresentationTheme |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Enumeration PresentationTheme |
Members
| Member name | Description | |
|---|---|---|
| Modern |
Presents the task bars and other visual elements in the Gantt Chart using a simple modern style using solid colors and square corners, similar to Modern UI style application development in Microsoft® Windows® 8.
| |
| ModernBordered |
Presents the task bars and other visual elements in the Gantt Chart using a simple modern style using solid colors and square corners, while higher contrast solid borders are applied to the elements in order to to enable easier visual identification.
| |
| Aero |
Presents the task bars and other visual elements in the Gantt Chart using a previously common style using full gradients and round corners, similar to Aero presentation in Microsoft® Windows® 7 and Vista®.
|