TextBoxFormat
IsFitShapeToText Property
|
Gets or Sets a value. Specifies whether the spape stretches to fit the text in the textbox.
Default is false.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Property Value
Type:
Boolean
See Also