TextBlock::GetTextAlignment Method (DependencyObject^)
.NET Framework (current version)
Returns the value of the TextAlignment attached property for a specified dependency object.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The dependency object from which to retrieve the value of the TextAlignment attached property.
Return Value
Type: System.Windows::TextAlignmentThe current value of the TextAlignment attached property on the specified dependency object.
| Exception | Condition |
|---|---|
| ArgumentNullException | element is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: