Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParagraphPropertiesWithTabs Interface

Interface derived from the ParagraphPropertiesBase to include methods for specifying tab stops within a paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[ComVisible(true)]
public interface ParagraphPropertiesWithTabs :
    ParagraphPropertiesBase

Remarks

Use the ParagraphPropertiesWithTabs.BeginUpdateTabs method to get access to a TabInfoCollection containing tab stop settings.

See Also