SightBackgroundColor Property | |
Get the background color of the Sight
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public string BackgroundColor { get; set; }
Public Property BackgroundColor As String
Get
Set
public:
property String^ BackgroundColor {
String^ get ();
void set (String^ value);
}
member BackgroundColor : string with get, set
Return Value
Type:
String the background color
See Also