TextBlockGetTextAlignment Method

Reads the attached property from the given element

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static TextAlignment GetTextAlignment(
	Control control
)

Parameters

control  Control
The element to which to read the attached property.

Return Value

TextAlignment

See Also