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