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.

Applies to