In This Topic
GdPicture14.WEB Namespace / UserInterfaceTheme Enumeration

UserInterfaceTheme Enumeration

In This Topic
Specifies builtin themes of DocuVieware. When None is set, the user interface can be customized with the different related properties of the control. Any other member will produce a non modifiable interface.
Syntax
'Declaration
 
Public Enum UserInterfaceTheme 
   Inherits System.Enum
public enum UserInterfaceTheme : System.Enum 
Members
MemberValueDescription
California5 California theme. Produces a similar interface as Chrome PDF viewer.
Classic2 Classic theme.
Dark4 Dark theme.
Light3 Light theme.
None1 No theme. Default appearance is the one of the Classic theme.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.WEB.UserInterfaceTheme

See Also