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