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

TextEditorParagraphTab Enumerations, TextEditorParagraphTab Properties