C# Class NDG.Helpers.Controls.ImagesPicker

Inheritance: System.Windows.Controls.Control
Datei anzeigen Open project: nokiadatagathering/WP7-Official Class Usage Examples

Public Properties

Property Type Description
AddButtonStyleProperty System.Windows.DependencyProperty
ImageItemStyleProperty System.Windows.DependencyProperty
ImagesCollectionProperty System.Windows.DependencyProperty
ImagesPickModeProperty System.Windows.DependencyProperty
RemoveButtonStyleProperty System.Windows.DependencyProperty
SelectedImageProperty System.Windows.DependencyProperty

Public Methods

Method Description
ImagesPicker ( ) : System
OnApplyTemplate ( ) : void
OnRemoveButtonClick ( ImagePickerItem item ) : void

Private Methods

Method Description
AddSelectedImage ( ImagesPicker picker ) : void
OnAddButtonClick ( object sender, RoutedEventArgs e ) : void
OnPhotoChoosed ( object sender, PhotoResult e ) : void
OnSelectedImageChenged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ImagesPicker() public method

public ImagesPicker ( ) : System
return System

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnRemoveButtonClick() public method

public OnRemoveButtonClick ( ImagePickerItem item ) : void
item ImagePickerItem
return void

Property Details

AddButtonStyleProperty public_oe static_oe property

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

ImageItemStyleProperty public_oe static_oe property

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

ImagesCollectionProperty public_oe static_oe property

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

ImagesPickModeProperty public_oe static_oe property

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

RemoveButtonStyleProperty public_oe static_oe property

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

SelectedImageProperty public_oe static_oe property

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