Class
TextProperties

Represents the properties of a structured document tag of Text type.

Definition

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

SdtRangeStart

Returns

ISdtBuilder

Overrides SdtProperties.GetBuilder(SdtRangeStart)