Class SdtRangeStart
Represents the start of a structured document tag annotation.
Inheritance
System.Object
SdtRangeStart
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 SdtRangeStart : AnnotationRangeStartBase
Properties
End
Gets the end of the current SDT.
Declaration
public SdtRangeEnd End { get; }
Property Value
SdtRangeEnd
|
SdtProperties
Gets or sets the properties of the current SDT.
Declaration
public SdtProperties SdtProperties { get; set; }
Property Value
SdtProperties
|