'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> Public Property UseThemes As System.Boolean
'Usage
Dim instance As NSystemTheme Dim value As System.Boolean instance.UseThemes = value value = instance.UseThemes
[System.ComponentModel.DefaultValue(true)] public System.bool UseThemes {get; set;}