TextParagraphProperties.Tabs 속성

정의

탭 정의 컬렉션을 가져옵니다.

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

속성 값

IList<TextTabProperties>

TextTabProperties 개체의 목록입니다.

적용 대상