| 
DocPicture
TextWrappingType Property
  | 
 Gets or sets text wrapping type of the picture.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
TextWrappingType
 
Implements
 
IPicture
TextWrappingType
 
 
 See Also
See Also