The default theme.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2014
Syntax
C# |
---|
[ObsoleteAttribute("This property is deprecated in Revit 2024 and may be removed in a future version of Revit the replacement is CurrentTheme property.")]
public static UITheme DefaultTheme { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("This property is deprecated in Revit 2024 and may be removed in a future version of Revit the replacement is CurrentTheme property.")> _
Public Shared Property DefaultTheme As UITheme
Get
Set |
Visual C++ |
---|
[ObsoleteAttribute(L"This property is deprecated in Revit 2024 and may be removed in a future version of Revit the replacement is CurrentTheme property.")]
public:
static property UITheme DefaultTheme {
UITheme get ();
void set (UITheme value);
} |
Exceptions
See Also