Share via


ITextAlignmentElement Interface

Definition

Defines properties and methods for elements that support text alignment.

public interface class ITextAlignmentElement
public interface ITextAlignmentElement
type ITextAlignmentElement = interface
Public 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.

Applies to