C# Class CK.Plugins.ObjectExplorer.TreeViewItemImage

Show file Open project: Invenietis/ck-certified

Public Properties

Property Type Description
ImageProperty System.Windows.DependencyProperty

Public Methods

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

Method Details

GetImage() public static method

public static GetImage ( DependencyObject obj ) : System.Windows.Media.ImageSource
obj System.Windows.DependencyObject
return System.Windows.Media.ImageSource

SetImage() public static method

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

Property Details

ImageProperty public static property

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