C# Class WaveEngine.Components.UI.UIBase

UI decorator base class
Inheritance: BaseDecorator
Show file Open project: WaveEngine/Components Class Usage Examples

Public Methods

Method 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 method

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

GetValue() public method

Gets the value.
public GetValue ( DependencyProperty dp ) : object
dp DependencyProperty The dp.
return object

SetValue() public method

Sets the value.
public SetValue ( DependencyProperty dp, object value ) : void
dp DependencyProperty The dp.
value object The value.
return void