TextBlockWPFFormatGetFormattedText Method
Gets the formatted text associated with the specified dependency object.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static string GetFormattedText(
DependencyObject obj
)
Public Shared Function GetFormattedText (
obj As DependencyObject
) As String
- obj DependencyObject
- The dependency object from which to get the formatted text.
StringString with the the formatted text.