Description
This .NET class wraps the Mline::Justification ObjectARX enum.
This enum defines the type of justifications an mline can have.
C#
public enum MlineJustification { Top, Zero, Bottom }
Visual Basic
Public Enum MlineJustification Top Zero Bottom End Enum
Members
Members | Description |
---|---|
Top | Top justification |
Zero | No justification |
Bottom | Bottom justification |