Share

Application.BackgroundColor Property

The background color to use for model views in this session.


Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public Color BackgroundColor { get; set; }

Property Value

Color

Exceptions

ExceptionCondition
ArgumentException When setting this property: The backgroundColor argument does not represent a valid color.
ArgumentNullException When setting this property: A non-optional argument was null

See Also

Reference

Was this information helpful?