TextBlock.Inlines 속성

정의

InlineCollection 의 콘텐츠로 구성된 최상위 Inline 요소를 포함하는 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

속성 값

InlineCollection

InlineCollection 의 콘텐츠로 구성된 Inline 요소를 포함하는 TextBlock입니다.

설명

사용 하 여는 InlineCollection 열거 하거나의 콘텐츠를 조작 하려면이 속성에서 반환 되는 TextBlock합니다.

적용 대상