C# Class Quasar.ImageListViewItem

Inheritance: System.Windows.Controls.ListBoxItem
Mostrar archivo Open project: indexzero/quasar Class Usage Examples

Public Properties

Property Type Description
DisplayImagePathProperty System.Windows.DependencyProperty
StretchProperty System.Windows.DependencyProperty

Public Methods

Method Description
ImageListViewItem ( ) : System
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnDisplayImagePathChanged ( string oldValue, string newValue ) : void
UpdateDisplayImagePathBinding ( string displayImagePath ) : void

Private Methods

Method Description
OnDisplayImagePathChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

ImageListViewItem() public method

public ImageListViewItem ( ) : System
return System

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnDisplayImagePathChanged() protected method

protected OnDisplayImagePathChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
return void

UpdateDisplayImagePathBinding() protected method

protected UpdateDisplayImagePathBinding ( string displayImagePath ) : void
displayImagePath string
return void

Property Details

DisplayImagePathProperty public_oe static_oe property

public static DependencyProperty,System.Windows DisplayImagePathProperty
return System.Windows.DependencyProperty

StretchProperty public_oe static_oe property

public static DependencyProperty,System.Windows StretchProperty
return System.Windows.DependencyProperty