PasswordBoxHelper.

SetRevealButtonContent(DependencyObject, object) Method

Summary

Sets the content of the RevealButton.
Namespace
MahApps.Metro.Controls
Containing Type
PasswordBoxHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(PasswordBox))]
public static void SetRevealButtonContent(DependencyObject obj, object value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value object

Return Value

Type Description
void