C# Class csCommon.LayerExtensions

Show file Open project: TNOCS/csTouch

Public Properties

Property Type Description
ParentProperty System.Windows.DependencyProperty
StoredProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetParent ( UIElement element ) : string
GetStored ( UIElement element ) : StoredLayer
SetParent ( UIElement element, Layer value ) : void
SetStored ( UIElement element, StoredLayer value ) : void

Method Details

GetParent() public static method

public static GetParent ( UIElement element ) : string
element System.Windows.UIElement
return string

GetStored() public static method

public static GetStored ( UIElement element ) : StoredLayer
element System.Windows.UIElement
return StoredLayer

SetParent() public static method

public static SetParent ( UIElement element, Layer value ) : void
element System.Windows.UIElement
value Layer
return void

SetStored() public static method

public static SetStored ( UIElement element, StoredLayer value ) : void
element System.Windows.UIElement
value StoredLayer
return void

Property Details

ParentProperty public static property

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

StoredProperty public static property

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