Share via


DescriptionRun.Color Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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 with get
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