Back to Devexpress

TextBox.ResizeShapeToFitText Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-textbox-07d37045.md

latest1.1 KB
Original Source

TextBox.ResizeShapeToFitText Property

Specifies whether to resize the text box to fit its content.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool ResizeShapeToFitText { get; set; }
vb
Property ResizeShapeToFitText As Boolean

Property Value

TypeDescription
Boolean

true to resize the shape to fit text; otherwise, false.

|

See Also

TextBox Interface

TextBox Members

DevExpress.XtraRichEdit.API.Native Namespace