Gets or sets the TextAlignment of the selected text. If the different parts of the selected text have different alignments, then the value of this property will be null. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public Nullable<TextAlignment> CurrentTextAlignment { get; set; }
Visual Basic (Declaration)
Public Property CurrentTextAlignment As Nullable(Of TextAlignment)

Remarks

Dependency Property Information
Identifier field CurrentTextAlignmentProperty
Metadata properties set to true None

See Also