ITextAlignmentElement Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines properties and methods for elements that support text alignment.
public interface class ITextAlignmentElementpublic interface ITextAlignmentElementtype ITextAlignmentElement = interfacePublic Interface ITextAlignmentElement- Derived
Remarks
This interface is implemented by UI elements that need to control the horizontal and vertical alignment of displayed text.
Properties
| HorizontalTextAlignment | Gets the horizontal alignment of the text. | 
| VerticalTextAlignment | Gets the vertical alignment of the text. | 
Methods
| OnHorizontalTextAlignmentPropertyChanged(TextAlignment, TextAlignment) | Called when the HorizontalTextAlignment property changes. |