TextBlock.Inlines 속성

정의

TextBlock 내에서 인라인 텍스트 요소의 컬렉션을 가져옵니다.

public:
 property InlineCollection ^ Inlines { InlineCollection ^ get(); };
InlineCollection Inlines();
public InlineCollection Inlines { get; }
var inlineCollection = textBlock.inlines;
Public ReadOnly Property Inlines As InlineCollection
<TextBlock>
  oneOrMoreInlineElements
</TextBlock>

속성 값

TextBlock의 모든 인라인 텍스트 요소를 포함하는 컬렉션입니다. 기본값은 빈 컬렉션입니다.

적용 대상