C# 클래스 WaveEngine.Components.UI.UIBase

UI decorator base class
상속: BaseDecorator
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Dispose() 공개 메소드

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

GetValue() 공개 메소드

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

SetValue() 공개 메소드

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