PasswordBox.IsPasswordRevealButtonEnabledProperty Property

Definition

Identifies the IsPasswordRevealButtonEnabled dependency property.

public:
 static property DependencyProperty ^ IsPasswordRevealButtonEnabledProperty { DependencyProperty ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("IsPasswordRevealButtonEnabledProperty may be altered or unavailable for releases after Windows 10.0. Instead, use PasswordRevealModeProperty.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
static DependencyProperty IsPasswordRevealButtonEnabledProperty();
/// [get: Windows.Foundation.Metadata.Deprecated("IsPasswordRevealButtonEnabledProperty may be altered or unavailable for releases after Windows 10.0. Instead, use PasswordRevealModeProperty.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static DependencyProperty IsPasswordRevealButtonEnabledProperty();
public static DependencyProperty IsPasswordRevealButtonEnabledProperty { [Windows.Foundation.Metadata.Deprecated("IsPasswordRevealButtonEnabledProperty may be altered or unavailable for releases after Windows 10.0. Instead, use PasswordRevealModeProperty.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public static DependencyProperty IsPasswordRevealButtonEnabledProperty { [Windows.Foundation.Metadata.Deprecated("IsPasswordRevealButtonEnabledProperty may be altered or unavailable for releases after Windows 10.0. Instead, use PasswordRevealModeProperty.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var dependencyProperty = PasswordBox.isPasswordRevealButtonEnabledProperty;
Public Shared ReadOnly Property IsPasswordRevealButtonEnabledProperty As DependencyProperty

Property Value

The identifier for the IsPasswordRevealButtonEnabled dependency property.

Attributes

Applies to