TextParagraphProperties.Tabs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.