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