C# Class KeyboardEditor.ViewModels.CustomContent

Show file Open project: Invenietis/ck-certified

Public Properties

Property Type Description
ContentProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetContent ( DependencyObject obj ) : object
SetContent ( DependencyObject obj, object value ) : void

Method Details

GetContent() public static method

public static GetContent ( DependencyObject obj ) : object
obj System.Windows.DependencyObject
return object

SetContent() public static method

public static SetContent ( DependencyObject obj, object value ) : void
obj System.Windows.DependencyObject
value object
return void

Property Details

ContentProperty public static property

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