This wraps the ObjectARX AcDbTextEditorParagraphTab class.
Public Structure TextEditorParagraphTab Public Enum ParagraphTabType LeftTab CenterTab RightTab DecimalTab End Enum End Structure
public struct TextEditorParagraphTab { public enum ParagraphTabType { LeftTab, CenterTab, RightTab, DecimalTab } }
Comments? |