Autodesk.AutoCAD.DatabaseServices Namespace > TextEditorParagraphTab Structure
TextEditorParagraphTab Structure   
Description

This wraps the ObjectARX AcDbTextEditorParagraphTab class.

Visual Basic
Public Structure TextEditorParagraphTab
  Public Enum ParagraphTabType
    LeftTab
    CenterTab
    RightTab
    DecimalTab
  End Enum
End Structure
C#
public struct TextEditorParagraphTab {
  public enum ParagraphTabType {
    LeftTab,
    CenterTab,
    RightTab,
    DecimalTab
  }
}
Links
   Comments?