C# Class WebExpress.NewsItem

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

Public Properties

Property Type Description
ThisHeight double

Public Methods

Method Description
NewsItem ( string title, string url, string description, string image, string category ) : System

Private Methods

Method Description
ClearHistoryBtn_Click ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
NewsItem_Loaded ( object sender, System e ) : void

Method Details

NewsItem() public method

public NewsItem ( string title, string url, string description, string image, string category ) : System
title string
url string
description string
image string
category string
return System

Property Details

ThisHeight public_oe property

public double ThisHeight
return double