Share via


DescriptionRun.Italic Property

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

Gets a value that indicates whether the DescriptionRun is italic.

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

Syntax

'Declaration
Public ReadOnly Property Italic As Boolean
public bool Italic { get; }
public:
property bool Italic {
    bool get ();
}
member Italic : bool with get
function get Italic () : boolean

Property Value

Type: System.Boolean
true if the DescriptionRun is italic; otherwise, false.

.NET Framework Security

See Also

Reference

DescriptionRun Class

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace