DimensionSettingsDimensionTextFullWidth Property |
Gets or sets a value indicating whether half width of the character of dimension value is full width.
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 DimensionTextFullWidth { get; set; }
Public MustOverride Property DimensionTextFullWidth As Boolean
Get
Set
Property Value
Type:
Boolean
True if you want half width of the character of dimension value to be full width. Otherwise false.
See Also