Share via


ITextAlignmentElement.VerticalTextAlignment Property

Definition

Gets the vertical alignment of the text.

public:
 property Microsoft::Maui::TextAlignment VerticalTextAlignment { Microsoft::Maui::TextAlignment get(); };
public Microsoft.Maui.TextAlignment VerticalTextAlignment { get; }
member this.VerticalTextAlignment : Microsoft.Maui.TextAlignment
Public ReadOnly Property VerticalTextAlignment As TextAlignment

Property Value

A TextAlignment value that specifies how the text is vertically aligned. The default value depends on the implementing control.

Remarks

Implementors should implement this property publicly.

Applies to