'Declaration
Public Shared Function GetFormat( _ ByVal obj As DependencyObject _ ) As String
public static string GetFormat( DependencyObject obj )
Parameters
- obj
- The object from which the property value is read.
Return Value
The Format value of the requested object.