TextBlockWPFFormatGetFormattedText Method

Gets the formatted text associated with the specified dependency object.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static string GetFormattedText(
	DependencyObject obj
)

Parameters

obj  DependencyObject
The dependency object from which to get the formatted text.

Return Value

String
String with the the formatted text.

See Also