Property EnableDimTextHeightOverride
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
EnableDimTextHeightOverride
Enable/Disable The dimension's Text Height override based on the TextStyle's Height property.
public bool EnableDimTextHeightOverride { get; set; }
Property Value
Remarks
Default value is false.
If this value is true and the TextStyle's (that is used for this dimension) height is bigger than 0, then the text of the dimension will be rendered as specified in the the TextStyle's Height ignoring the other heights of the dimension or the dimension style and scale factors.
Note also that this property is not saved, serialized with the document so you need to initialize it every time before opening a drawing.