TextBlockWPFFormatSetFormattedText Method
Set 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 void SetFormattedText(
DependencyObject obj,
string value
)
Public Shared Sub SetFormattedText (
obj As DependencyObject,
value As String
)
Parameters
- obj DependencyObject
- The dependency object from which to set the formatted text.
- value String
- Value to set.