Visual Basic | |
---|---|
Public Enum dsRichLineJustification_e Inherits System.Enum |
C# | |
---|---|
public enum dsRichLineJustification_e : System.Enum |
JavaScript | |
---|---|
dsRichLineJustification_e : String |
COM native C++ | |
---|---|
enum dsRichLineJustification_e |
C++ | |
---|---|
enum dsRichLineJustification_e |
Member | Description |
---|---|
dsRichLineJustification_Bottom | 3 = Draws the RichLine segment above the specified points, with the line element with the most negative offset at the specified vertices |
dsRichLineJustification_Top | 1 = Draws the RichLine segment below the specified points, with the line element with the most positive offset at the specified vertices |
dsRichLineJustification_Zero | 2 = Defines a centerline through the segment specified points |