Class PerformanceMainContentItem
Inheritance
System.Object
PerformanceMainContentItem
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerformanceMainContentItem : SelectorHubItem
Constructors
PerformanceMainContentItem()
Declaration
public PerformanceMainContentItem()
Fields
ContentProperty
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Content
Declaration
public object Content { get; set; }
Property Value
System.Object
|
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
ImageSource
Declaration
public ImageSource ImageSource { get; set; }
Property Value
System.Windows.Media.ImageSource
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|