| 
IPicture
TextWrappingStyle Property
  | 
 Gets \ sets text wrapping style of the picture.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
TextWrappingStyle TextWrappingStyle { get; set; }
 
Property TextWrappingStyle As TextWrappingStyle
	Get
	Set
 
property TextWrappingStyle TextWrappingStyle {
	TextWrappingStyle get ();
	void set (TextWrappingStyle value);
}
 
abstract TextWrappingStyle : TextWrappingStyle with get, set
 
 
 
Property Value
 
 Type:
 
TextWrappingStyle
 
 
 See Also
See Also