C# Class WaveEngine.Components.UI.UIBase

UI decorator base class
Inheritance: BaseDecorator
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetValue ( DependencyProperty dp ) : object

Gets the value.

SetValue ( DependencyProperty dp, object value ) : void

Sets the value.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

GetValue() public méthode

Gets the value.
public GetValue ( DependencyProperty dp ) : object
dp DependencyProperty The dp.
Résultat object

SetValue() public méthode

Sets the value.
public SetValue ( DependencyProperty dp, object value ) : void
dp DependencyProperty The dp.
value object The value.
Résultat void