Click or drag to resize

TextShapeWordWrap Property

Gets or sets a value indicating Whether to prevent automatic line breaks in the middle of an English word.

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 WordWrap { get; set; }

Property Value

Type: Boolean
true if there is no automatic line break in the middle of an English word.. Otherwise false.
See Also