Theme Property (C1ThemeController)
In This Topic
Gets or sets the name of the default theme for all objects on the form or user control managed by the current theme controller.
Syntax
'Declaration
Public Property Theme As System.String
public System.string Theme {get; set;}
See Also