Class View3D.ViewBackgroundColor Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This class is to represent the color of background for view. public abstract class View3D.ViewBackgroundColor Inheritance object ← View3D.ViewBackgroundColor Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Constructors ViewBackgroundColor() public ViewBackgroundColor() Properties Bottom Gets or sets the color of bottom. public abstract Color Bottom { get; set; } Property Value Color Top Gets or sets the color of top. public abstract Color Top { get; set; } Property Value Color