ShapeBase
WrapType Property
|
Gets or sets the style of text wrapping used in the text container.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TextWrappingStyle WrapType { get; set; }
Public Property WrapType As TextWrappingStyle
Get
Set
public:
property TextWrappingStyle WrapType {
TextWrappingStyle get ();
void set (TextWrappingStyle value);
}
member WrapType : TextWrappingStyle with get, set
Property Value
Type:
TextWrappingStyle
See Also