CurrentCanvasTheme Property


UITheme Manager Current Canvas Theme Property

current canvas theme.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static UITheme CurrentCanvasTheme { get; set; }

Property Value

UITheme
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also