ClassRepeatingSectionItemProperties
Class
Represents the properties of a structured document tag of RepeatingSectionItem type.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class RepeatingSectionItemProperties : SdtProperties
Inheritance: objectSdtPropertiesRepeatingSectionItemProperties
Inherited Members
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
ParentSectionProperties
Gets the SdtProperties associated with the parent repeating section control.
Declaration
cs-api-definition
public RepeatingSectionProperties ParentSectionProperties { get; }
Property Value
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
Returns
Overrides