TextBlock.TextDecorationsProperty Property

Definition

Identifies the TextDecorations dependency property.

public:
 static property DependencyProperty ^ TextDecorationsProperty { DependencyProperty ^ get(); };
static DependencyProperty TextDecorationsProperty();
public static DependencyProperty TextDecorationsProperty { get; }
var dependencyProperty = TextBlock.textDecorationsProperty;
Public Shared ReadOnly Property TextDecorationsProperty As DependencyProperty

Property Value

The identifier for the TextDecorations dependency property.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to