Summary
Gets how the watermark should wrap text.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- TextBoxHelper
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(TextBoxBase))]
public static TextWrapping GetWatermarkWrapping(DependencyObject obj)
Attributes
Type | Description |
---|---|
Category | |
Attached |
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject |
Return Value
Type | Description |
---|---|
TextWrapping | One of the System.Windows.TextWrapping values. The default is System.Windows.TextWrapping.NoWrap .
|