Span.Inlines 속성

정의

InlineCollection 의 내용을 Inline구성하는 최상위 Span 요소를 포함하는 값을 가져옵니다.

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 의 내용을 구성하는 요소를 포함하는 Inline 형식입니다Span.

이 속성에는 기본값이 없습니다.

설명

이 속성에서 InlineCollection 반환된 내용을 열거하거나 요소의 내용을 조작하는 데 Span 사용합니다.

적용 대상