TextBoxHelper.

SetWatermarkWrapping(DependencyObject, TextWrapping) Method

Summary

Sets how the watermark should wrap text.
Namespace
MahApps.Metro.Controls
Containing Type
TextBoxHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(TextBoxBase))]
public static void SetWatermarkWrapping(DependencyObject obj, TextWrapping value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value TextWrapping

Return Value

Type Description
void