Class BookmarkRangeStart
Defines bookmark start annotation.
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 associated bookmark.
Declaration
public Bookmark Bookmark { get; }
Property Value
Bookmark
The bookmark. |