TextBlock.TextAlignmentProperty Property

Definition

Identifies the TextAlignment  dependency property.

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

Property Value

The identifier for the TextAlignment dependency property.

Applies to