TextProperties
Class
Configures a plain text content control that restricts user input to unformatted text without styling or embedded objects.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public class TextProperties : SdtProperties
Inheritance: objectSdtPropertiesTextProperties
Inherited Members
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; }