TextBlock.Inlines Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.