Class BookmarkRangeStart
Inline marker that opens a bookmark range and links to its associated Bookmark instance.
Inheritance
System.Object
BookmarkRangeStart
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 BookmarkRangeStart : AnnotationRangeStartBase
Properties
Bookmark
Gets the bookmark that this start marker opens.
Declaration
public Bookmark Bookmark { get; }
Property Value
|
Bookmark
The bookmark. |