TextBlock.Inlines Egenskap

Definition

Hämtar ett InlineCollection innehåll som innehåller de översta elementen Inline som utgör innehållet i TextBlock.

public:
 property System::Windows::Documents::InlineCollection ^ Inlines { System::Windows::Documents::InlineCollection ^ get(); };
public System.Windows.Documents.InlineCollection Inlines { get; }
member this.Inlines : System.Windows.Documents.InlineCollection
Public ReadOnly Property Inlines As InlineCollection

Egenskapsvärde

Ett InlineCollection som innehåller de Inline element som utgör innehållet i TextBlock.

Kommentarer

Använd den InlineCollection returnerade egenskapen för att räkna upp eller ändra innehållet i en TextBlock.

Gäller för