C# Class csCommon.LayerExtensions

Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Свойство Type Description
ParentProperty System.Windows.DependencyProperty
StoredProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode 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 méthode

public static GetParent ( UIElement element ) : string
element System.Windows.UIElement
Résultat string

GetStored() public static méthode

public static GetStored ( UIElement element ) : StoredLayer
element System.Windows.UIElement
Résultat StoredLayer

SetParent() public static méthode

public static SetParent ( UIElement element, Layer value ) : void
element System.Windows.UIElement
value Layer
Résultat void

SetStored() public static méthode

public static SetStored ( UIElement element, StoredLayer value ) : void
element System.Windows.UIElement
value StoredLayer
Résultat void

Property Details

ParentProperty public_oe static_oe property

public static DependencyProperty,System.Windows ParentProperty
Résultat System.Windows.DependencyProperty

StoredProperty public_oe static_oe property

public static DependencyProperty,System.Windows StoredProperty
Résultat System.Windows.DependencyProperty