ValueSource.IsCurrent Propiedad

Definición

Obtiene si el método estableció el SetCurrentValue(DependencyProperty, Object) valor.

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

Valor de propiedad

true es si el SetCurrentValue(DependencyProperty, Object) método estableció el valor; de lo contrario, false.

Se aplica a