C# 클래스 DynamicVizSegmenter.CustomControls.ImageSourceDep

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: nickun/OCRonet

공개 프로퍼티들

프로퍼티 타입 설명
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