TextBlock.Inlines Propriété

Définition

Obtient un InlineCollection contenant les éléments Inline de niveau supérieur qui composent le contenu de 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

Valeur de propriété

InlineCollection contenant les éléments Inline qui composent le contenu de TextBlock.

Remarques

Utilisez le InlineCollection retourné par cette propriété pour énumérer ou manipuler le contenu d’un TextBlock.

S’applique à