C# 클래스 ICSharpCode.WpfDesign.XamlDom.XamlDependencyPropertyInfo

상속: XamlPropertyInfo
파일 보기 프로젝트 열기: icsharpcode/WpfDesigner 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( object instance ) : object
ResetValue ( object instance ) : void
SetValue ( object instance, object value ) : void
XamlDependencyPropertyInfo ( DependencyProperty property, bool isAttached, object>.Func attachedGetter = null ) : System

메소드 상세

GetValue() 공개 메소드

public GetValue ( object instance ) : object
instance object
리턴 object

ResetValue() 공개 메소드

public ResetValue ( object instance ) : void
instance object
리턴 void

SetValue() 공개 메소드

public SetValue ( object instance, object value ) : void
instance object
value object
리턴 void

XamlDependencyPropertyInfo() 공개 메소드

public XamlDependencyPropertyInfo ( DependencyProperty property, bool isAttached, object>.Func attachedGetter = null ) : System
property System.Windows.DependencyProperty
isAttached bool
attachedGetter object>.Func
리턴 System