Class
RepeatingSectionItemProperties

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

Definition

Constructors

RepeatingSectionItemProperties()

Initializes a new instance of the RepeatingSectionItemProperties class.

Declaration

cs-api-definition
public RepeatingSectionItemProperties()

Properties

OutlineColor

Gets or sets the outline color of the repeating section item properties.

Declaration

cs-api-definition
public override Color? OutlineColor { get; set; }

Property Value

Color?

The color of the outline as a Color.

Overrides SdtProperties.OutlineColor

ParentSectionProperties

Gets the SdtProperties associated with the parent repeating section control.

Declaration

cs-api-definition
public RepeatingSectionProperties ParentSectionProperties { get; }

Property Value

RepeatingSectionProperties

Methods

GetBuilder(SdtRangeStart)

Provides an 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)