Share via


DescriptionRun.Color Property

Gets the color of the DescriptionRun.

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property Color As Color
public Color Color { get; }
public:
property Color Color {
    Color get ();
}
member Color : Color
function get Color () : Color

Property Value

Type: System.Drawing.Color
The color of the DescriptionRun.

.NET Framework Security

See Also

Reference

DescriptionRun Class

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace