ShapeBase
TextWrappingType Property
|
Specifies how the text is wrapped around the shape.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual TextWrappingType TextWrappingType { get; set; }
Public Overridable Property TextWrappingType As TextWrappingType
Get
Set
public:
virtual property TextWrappingType TextWrappingType {
TextWrappingType get ();
void set (TextWrappingType value);
}
abstract TextWrappingType : TextWrappingType with get, set
override TextWrappingType : TextWrappingType with get, set
Property Value
Type:
TextWrappingType
See Also