TextBoxOptions.ResizeToFitText

TextBoxOptions.ResizeToFitText property

Indicates whether to resize the shape to fit the text

public bool ResizeToFitText { get; set; }

Examples


[C#]
shape.TextBoxOptions.ResizeToFitText = true;

See Also