TextBlockWPFFormatSetFormattedText Method

Set 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 void SetFormattedText(
	DependencyObject obj,
	string value
)

Parameters

obj  DependencyObject
The dependency object from which to set the formatted text.
value  String
Value to set.

See Also