Get/set wrapping type for textbox

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TextWrappingType TextWrappingType { get; set; }
Public Property TextWrappingType As TextWrappingType
	Get
	Set
public:
property TextWrappingType TextWrappingType {
	TextWrappingType get ();
	void set (TextWrappingType value);
}
member TextWrappingType : TextWrappingType with get, set

Property Value

TextWrappingType

See Also