Class SdtRangeEnd
Represents the end of a structured document tag annotation.
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 of the current SDT.
Declaration
public SdtRangeStart Start { get; }
Property Value
SdtRangeStart
|