ValueSource.IsCurrent Propriété

Définition

Indique si la valeur a été définie par la méthode SetCurrentValue(DependencyProperty, Object).

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

Valeur de propriété

Boolean

true si la valeur a été définie par la méthode SetCurrentValue(DependencyProperty, Object) ; sinon, false.

S’applique à