Description
This wraps the ObjectARX AcDbTextEditorParagraphTab class.
C#
public struct TextEditorParagraphTab { public enum ParagraphTabType { LeftTab, CenterTab, RightTab, DecimalTab } }
Visual Basic
Public Structure TextEditorParagraphTab Public Enum ParagraphTabType LeftTab CenterTab RightTab DecimalTab End Enum End Structure
Links
TextEditorParagraphTab Enumerations, TextEditorParagraphTab Properties