Class TextProperties
Represents the properties of a structured document tag of Text type.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TextProperties : SdtProperties, ISdtProperties
Constructors
TextProperties()
Properties
IsMultiline
Gets or sets a value that indicates whether the SDT supports new lines in its content.
Declaration
[XamlSerializable]
public bool? IsMultiline { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Methods
GetBuilder(SdtRangeStart)
Provides a ISdtBuilder that generates the structured document tag's content.
Declaration
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)
Parameters
SdtRangeStart
associatedSdt
|
Returns
ISdtBuilder
|