Enum VisualStyle
Specifies the style with which some controls will appear and behave.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum VisualStyle
Remarks
Every control that incorporates these styles will define the styles differently, so take a look at the individual control for more information.
Fields
| Name | Description |
|---|---|
| Default | Classic appearance. |
| Metro | Metro-like appearance. |
| Office2003 | Office 2003-like appearance. |
| Office2007 | Office 2007-like appearance. |
| Office2007Outlook | Office 2007 Outlook-like appearance. |
| Office2010 | Office 2010-like appearance. |
| Office2016Black | Office2016 Black |
| Office2016Colorful | Office2016 Colorful |
| Office2016DarkGray | Office2016 DarkGray |
| Office2016White | Office2016 White |
| OfficeXP | Office XP-like appearance. |
| VS2005 | Visual Studio 2005-like appearance. |
| VS2010 | Visual Studio 2010-like appearance. |