다음을 통해 공유


TextBounds.TextRunBounds 속성

정의

TextRunBounds 개체의 목록을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::Windows::Media::TextFormatting::TextRunBounds ^> ^ TextRunBounds { System::Collections::Generic::IList<System::Windows::Media::TextFormatting::TextRunBounds ^> ^ get(); };
public System.Collections.Generic.IList<System.Windows.Media.TextFormatting.TextRunBounds> TextRunBounds { get; }
member this.TextRunBounds : System.Collections.Generic.IList<System.Windows.Media.TextFormatting.TextRunBounds>
Public ReadOnly Property TextRunBounds As IList(Of TextRunBounds)

속성 값

TextRunBounds 개체의 목록입니다.

적용 대상