PasswordBoxHelper.

SetRevealButtonContentTemplate(DependencyObject, DataTemplate) Method

Summary

Sets the data template used to display the content of the RevealButton.
Namespace
MahApps.Metro.Controls
Containing Type
PasswordBoxHelper

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value DataTemplate

Return Value

Type Description
void