Class
TextProperties

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

Definition

Constructors

TextProperties()

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

Declaration

cs-api-definition
public TextProperties()

Properties

IsMultiline

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

Declaration

cs-api-definition
public bool? IsMultiline { get; set; }

Property Value

bool?