C# Class Quasar.ImageListViewItem

Inheritance: System.Windows.Controls.ListBoxItem
Afficher le fichier Open project: indexzero/quasar Class Usage Examples

Méthodes publiques

Свойство Type Description
DisplayImagePathProperty System.Windows.DependencyProperty
StretchProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ImageListViewItem ( ) : System
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
OnDisplayImagePathChanged ( string oldValue, string newValue ) : void
UpdateDisplayImagePathBinding ( string displayImagePath ) : void

Private Methods

Méthode Description
OnDisplayImagePathChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

ImageListViewItem() public méthode

public ImageListViewItem ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnDisplayImagePathChanged() protected méthode

protected OnDisplayImagePathChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
Résultat void

UpdateDisplayImagePathBinding() protected méthode

protected UpdateDisplayImagePathBinding ( string displayImagePath ) : void
displayImagePath string
Résultat void

Property Details

DisplayImagePathProperty public_oe static_oe property

public static DependencyProperty,System.Windows DisplayImagePathProperty
Résultat System.Windows.DependencyProperty

StretchProperty public_oe static_oe property

public static DependencyProperty,System.Windows StretchProperty
Résultat System.Windows.DependencyProperty