TextBlock::GetBaselineOffset Method (DependencyObject^)
.NET Framework (current version)
Returns the value of the BaselineOffset 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 BaselineOffset attached property.
Return Value
Type: System::DoubleThe current value of the BaselineOffset attached property on the specified dependency object.
| Exception | Condition |
|---|---|
| ArgumentNullException | element is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: