CadDimensionStyleTable.Dimjust

CadDimensionStyleTable.Dimjust property

Gets or sets the mode for horizontal positioning of text. Possible values are: 0 (text is above the dimension line and centered between the extension lines), 1 (the text is next to the first extension line), 2 (the text is next to the second extension line), 3 (the text is above and aligned with the first extension line), 4 (the text is above and aligned with the second extension line).

public short Dimjust { get; set; }

See Also