InfoBarTextSpan.Underline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether or not the span of text should be underlined.
public:
property bool Underline { bool get(); };
public:
property bool Underline { bool get(); };
public bool Underline { get; }
member this.Underline : bool
Public ReadOnly Property Underline As Boolean
Property Value
True if the span of text should be underlined, otherwise false.