DimensionSettingsAutoDimensionTextHorizontalPosition Property |
Gets or sets a value indicating whether the horizontal position of the dimension value is automatically determined when creating / changing the dimension line.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool AutoDimensionTextHorizontalPosition { get; set; }
Public MustOverride Property AutoDimensionTextHorizontalPosition As Boolean
Get
Set
Property Value
Type:
Boolean
True to automatically determine the horizontal position of the dimension value when creating / modifying the dimension line. Otherwise false.
See Also