Class TextProperties
Configures a plain text content control that restricts user input to unformatted text without styling or embedded objects.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class TextProperties : SdtProperties, ISdtProperties
Constructors
TextProperties()
Initializes a new instance of the TextProperties class with single-line text mode and placeholder hidden by default.
Declaration
public TextProperties()
Properties
IsMultiline
Gets or sets whether the content control allows line breaks; when false, text is constrained to a single line.
Declaration
public bool? IsMultiline { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|