TextParagraphProperties.Tabs Property

Definition

Gets a collection of tab definitions.

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)

Property Value

A list of TextTabProperties objects.

Applies to