ClassTextProperties
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:
cs-api-definition
public class TextProperties : SdtProperties
Inheritance: objectSdtPropertiesTextProperties
Inherited Members
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.