New to Telerik Document ProcessingStart a free 30-day trial

Configures a plain text content control that restricts user input to unformatted text without styling or embedded objects.

Definition

Constructors

Initializes a new instance of the TextProperties class with single-line text mode and placeholder hidden by default.

C#
public TextProperties()

Properties

Gets or sets whether the content control allows line breaks; when false, text is constrained to a single line.

C#
public bool? IsMultiline { get; set; }