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 NetworkDiagramView control.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

C#
[SerializableAttribute]
public enum PresentationTheme
Visual Basic (Declaration)
<SerializableAttribute> _
Public Enumeration PresentationTheme

Members

Member nameDescription
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®.

See Also