SdtRangeEnd
Class
Inline marker that closes a structured document tag (content control) range and links to its associated StructuredDocumentTag instance.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public class SdtRangeEnd : AnnotationRangeEndBase
Inheritance: objectDocumentElementBaseInlineBaseAnnotationMarkerBaseAnnotationRangeEndBaseSdtRangeEnd...
Inherited Members
Properties
Gets the start marker of the structured document tag that this end marker closes.
C#
public SdtRangeStart Start { get; }