Gets 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 string GetFormat(
	DependencyObject obj
)
Visual Basic
Public Shared Function GetFormat ( _
	obj As DependencyObject _
) As String

Parameters

obj
Type: System.Windows..::..DependencyObject
The object from which the property value is read.

Return Value

The Format value of the requested object.

See Also