dsRichLineJustification_e Enumeration Send Feedback
See Also 
Justification options for RichLines.

Syntax

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

Members

MemberDescription
dsRichLineJustification_Bottom3 = Draws the RichLine segment above the specified points, with the line element with the most negative offset at the specified vertices
dsRichLineJustification_Top1 = Draws the RichLine segment below the specified points, with the line element with the most positive offset at the specified vertices
dsRichLineJustification_Zero2 = Defines a centerline through the segment specified points

See Also