Class SdtRangeStart
Inline marker that opens a structured document tag (content control) range and links to its associated Telerik.Windows.Documents.Flow.Model.StructuredDocumentTag instance with configurable properties.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class SdtRangeStart : AnnotationRangeStartBase
Properties
End
Gets the end marker of the structured document tag that this start marker opens.
Declaration
public SdtRangeEnd End { get; }
Property Value
|
SdtRangeEnd
|
SdtProperties
Gets or sets the properties that define the behavior and appearance of this structured document tag, such as type, data binding, and locking.
Declaration
public SdtProperties SdtProperties { get; set; }
Property Value
|
SdtProperties
|