RichTextBlock.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 = RichTextBlock.textAlignmentProperty;
Public Shared ReadOnly Property TextAlignmentProperty As DependencyProperty

Property Value

Identifier for the TextAlignment dependency property.

Applies to