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

屬性值

如果值是由 SetCurrentValue(DependencyProperty, Object) 方法所設定,則為 true,否則為 false

適用於