Share via


ItemControl.TextInlines Property

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

Get/Set the main text inlines

Namespace:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property TextInlines As IEnumerable(Of Inline)
public IEnumerable<Inline> TextInlines { get; set; }
public:
property IEnumerable<Inline^>^ TextInlines {
    IEnumerable<Inline^>^ get ();
    void set (IEnumerable<Inline^>^ value);
}
member TextInlines : IEnumerable<Inline> with get, set
function get TextInlines () : IEnumerable<Inline>
function set TextInlines (value : IEnumerable<Inline>)

Property Value

Type: System.Collections.Generic.IEnumerable<Inline>
Returns IEnumerable<T>.

.NET Framework Security

See Also

Reference

ItemControl Class

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace