Set the value of the Format attached property for a given object.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public static void SetFormat(
	DependencyObject obj,
	string value
)
Visual Basic
Public Shared Sub SetFormat ( _
	obj As DependencyObject, _
	value As String _
)

Parameters

obj
Type: System.Windows..::..DependencyObject
The object to which the property value is written.
value
Type: System..::..String
The Format value of the specified object.

See Also