Gets or Sets a value.Specifies whether the spape stretches to fit the text in the textbox.
Default is false.
Namespace: Spire.Doc.FormattingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool IsFitShapeToText { get; set; }
Public Property IsFitShapeToText As Boolean Get Set
public: property bool IsFitShapeToText { bool get (); void set (bool value); }
member IsFitShapeToText : bool with get, set