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

適用対象