    

 ## On this page

  

 

 #  Class View3D.ViewBackgroundColor

 Last update: 16.07.2025 

Namespace: [VM.Managed](VM.Managed.md)  
Assembly: VMAppCore.dll

This class is to represent the color of background for view.

```csharp
public abstract class View3D.ViewBackgroundColor

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [View3D.ViewBackgroundColor](VM.Managed.View3D.ViewBackgroundColor.md)

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_View3D_ViewBackgroundColor__ctor"></a> ViewBackgroundColor()

```csharp
public ViewBackgroundColor()

```

## Properties

### <a id="VM_Managed_View3D_ViewBackgroundColor_Bottom"></a> Bottom

Gets or sets the color of bottom.

```csharp
public abstract Color Bottom { get; set; }

```

#### Property Value

[Color](https://learn.microsoft.com/dotnet/api/system.drawing.color)

### <a id="VM_Managed_View3D_ViewBackgroundColor_Top"></a> Top

Gets or sets the color of top.

```csharp
public abstract Color Top { get; set; }

```

#### Property Value

[Color](https://learn.microsoft.com/dotnet/api/system.drawing.color)