Class SdtRangeEnd
Inline marker that closes a structured document tag (content control) range and links to its associated Telerik.Windows.Documents.Flow.Model.StructuredDocumentTag instance.
Inheritance
System.Object
SdtRangeEnd
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class SdtRangeEnd : AnnotationRangeEndBase
Properties
Start
Gets the start marker of the structured document tag that this end marker closes.
Declaration
public SdtRangeStart Start { get; }
Property Value
|
SdtRangeStart
|