Class BookmarkRangeEnd
Inline marker that closes a bookmark range and links to its associated Bookmark instance.
Inheritance
System.Object
BookmarkRangeEnd
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
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class BookmarkRangeEnd : AnnotationRangeEndBase
Properties
Bookmark
Gets the bookmark that this end marker closes.
Declaration
public Bookmark Bookmark { get; }
Property Value
|
Bookmark
The bookmark. |