Gets or sets text wrapping type of the picture.

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

Syntax

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

Property Value

TextWrappingType

Implements

IPicture..::..TextWrappingType

See Also