ClassTextProperties
Class
Represents the properties of a structured document tag of Text type.
Definition
Namespace:Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class TextProperties : SdtProperties
Inheritance: objectSdtPropertiesTextProperties
Inherited Members
Constructors
TextProperties()
Initializes a new instance of the TextProperties class.
Declaration
cs-api-definition
public TextProperties()
Properties
IsMultiline
Gets or sets a value that indicates whether the SDT supports new lines in its content.
Declaration
cs-api-definition
[XamlSerializable]
public bool? IsMultiline { get; set; }
Property Value
bool?
Methods
GetBuilder(SdtRangeStart)
Provides a ISdtBuilder that generates the structured document tag's content.
Declaration
cs-api-definition
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)
Parameters
associatedSdt
Returns
Overrides