VSColorUtilities.GetWatermarkBackgroundColor Method

Returns the background color for watermarks.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.Host
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared Function GetWatermarkBackgroundColor As Color
'Usage
Dim returnValue As Color

returnValue = VSColorUtilities.GetWatermarkBackgroundColor()
public static Color GetWatermarkBackgroundColor()
public:
static Color GetWatermarkBackgroundColor()
public static function GetWatermarkBackgroundColor() : Color
static member GetWatermarkBackgroundColor : unit -> Color 

Return Value

Type: System.Drawing.Color

.NET Framework Security

See Also

Reference

VSColorUtilities Class

VSColorUtilities Members

Microsoft.VisualStudio.Data.Schema.Project.Common.Host Namespace