Interface IBookmark
Provides the functionality for single bookmark.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface IBookmark
Properties
BookmarkBrush
Gets the BrushInfo object that is using for painting the bookmarks. User can change it's members.
Declaration
BrushInfo BookmarkBrush { get; set; }
Property Value
Type |
---|
BrushInfo |
BorderColor
Gets or sets the border color of bookmark.
Declaration
Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Index
Gets the index of the bookmark. If bookmark is not indexed, index will be negative.
Declaration
int Index { get; }
Property Value
Type |
---|
System.Int32 |
Line
Gets the line in which the bookmark points to.
Declaration
int Line { get; }
Property Value
Type |
---|
System.Int32 |