C# Класс DynamicVizSegmenter.CustomControls.ImageSourceDep

Наследование: System.Windows.DependencyObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ImageProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ImageSourceDep ( ) : System.Windows

Описание методов

GetImage() публичный статический Метод

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
Результат System.Windows.Media.ImageSource

SetImage() публичный статический Метод

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
Результат void

Описание свойств

ImageProperty публичное статическое свойство

An attached dependency property which provides an ImageSource for arbitrary WPF elements.
public static DependencyProperty,System.Windows ImageProperty
Результат System.Windows.DependencyProperty