C# Class WebExpress.Bookmarks.BookmarksPanel

Interaction logic for Bookmarks.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: Sential/WebExpress-beta Class Usage Examples

Public Properties

Property Type Description
ItemsCount int
RowsCount int
bookmarkHeight int
bookmarkWidth int

Public Methods

Method Description
AddBookmark ( string url, string title, TabView tv, MainWindow mw ) : void
BookmarksPanel ( ) : System.Windows

Private Methods

Method Description
canvas_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

AddBookmark() public method

public AddBookmark ( string url, string title, TabView tv, MainWindow mw ) : void
url string
title string
tv TabView
mw MainWindow
return void

BookmarksPanel() public method

public BookmarksPanel ( ) : System.Windows
return System.Windows

Property Details

ItemsCount public_oe property

public int ItemsCount
return int

RowsCount public_oe property

public int RowsCount
return int

bookmarkHeight public_oe property

public int bookmarkHeight
return int

bookmarkWidth public_oe property

public int bookmarkWidth
return int