C# Class DynamicVizSegmenter.CustomControls.ImageSourceDep

Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: nickun/OCRonet

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetImage ( DependencyObject obj ) : System.Windows.Media.ImageSource

Gets the ImageProperty for a given DependencyObject, which provides an ImageSource for arbitrary WPF elements.

SetImage ( DependencyObject obj, System.Windows.Media.ImageSource value ) : void

Gets the attached ImageProperty for a given DependencyObject, which provides an ImageSource for arbitrary WPF elements.

Private Methods

Méthode Description
ImageSourceDep ( ) : System.Windows

Method Details

GetImage() public static méthode

Gets the ImageProperty for a given DependencyObject, which provides an ImageSource for arbitrary WPF elements.
public static GetImage ( DependencyObject obj ) : System.Windows.Media.ImageSource
obj System.Windows.DependencyObject
Résultat System.Windows.Media.ImageSource

SetImage() public static méthode

Gets the attached ImageProperty for a given DependencyObject, which provides an ImageSource for arbitrary WPF elements.
public static SetImage ( DependencyObject obj, System.Windows.Media.ImageSource value ) : void
obj System.Windows.DependencyObject
value System.Windows.Media.ImageSource
Résultat void

Property Details

ImageProperty public_oe static_oe property

An attached dependency property which provides an ImageSource for arbitrary WPF elements.
public static DependencyProperty,System.Windows ImageProperty
Résultat System.Windows.DependencyProperty