ValueSource.IsCurrent 속성

정의

값이 SetCurrentValue(DependencyProperty, Object) 메서드에 의해 설정되었는지 여부를 가져옵니다.

public:
 property bool IsCurrent { bool get(); };
public bool IsCurrent { get; }
member this.IsCurrent : bool
Public ReadOnly Property IsCurrent As Boolean

속성 값

Boolean

값이 SetCurrentValue(DependencyProperty, Object) 메서드에 의해 설정되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상