CadDimensionStyleTable.DimTxtDirection

CadDimensionStyleTable.DimTxtDirection property

Gets or sets the reading direction of the text in dimension. 0 (false) value corresponds to left-to-right, 1 (true) corresponds to right-to-left.

public bool DimTxtDirection { get; set; }

Property Value

The direction of the text in dimension.

See Also