ValueSource.IsCurrent Propiedad

Definición

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

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

Valor de propiedad

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

Se aplica a