TextBox.TextWrappingProperty Property

Definition

Identifies the TextWrapping dependency property.

public:
 static property DependencyProperty ^ TextWrappingProperty { DependencyProperty ^ get(); };
static DependencyProperty TextWrappingProperty();
public static DependencyProperty TextWrappingProperty { get; }
var dependencyProperty = TextBox.textWrappingProperty;
Public Shared ReadOnly Property TextWrappingProperty As DependencyProperty

Property Value

The identifier for the TextWrapping dependency property.

Applies to