In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / UserInterfaceTheme Property

UserInterfaceTheme Property (DocuVieware)

In This Topic
Specifies the colors and styles of the DocuVieware control.
Syntax
'Declaration
 
Public Property UserInterfaceTheme As UserInterfaceTheme
public UserInterfaceTheme UserInterfaceTheme {get; set;}
Remarks
DocuVieware supports changing the appearance of its HTML output via themes and properties. When UserInterfaceTheme.None theme is specified, the appearance can be customized using properties. Default value UserInterfaceTheme.None.
See Also