InlineCollection.FirstInline 속성

정의

Inline의 이 인스턴스 내에서 첫 번째 InlineCollection 요소를 가져옵니다.

public:
 property System::Windows::Documents::Inline ^ FirstInline { System::Windows::Documents::Inline ^ get(); };
public System.Windows.Documents.Inline FirstInline { get; }
member this.FirstInline : System.Windows.Documents.Inline
Public ReadOnly Property FirstInline As Inline

속성 값

Inline

Inline의 이 인스턴스 내에 있는 첫 번째 InlineCollection 요소입니다.

적용 대상