'Declaration
Public Shared Sub SetFormat( _ ByVal obj As DependencyObject, _ ByVal value As String _ )
public static void SetFormat( DependencyObject obj, string value )
Parameters
- obj
- The object to which the property value is written.
- value
- The Format value of the specified object.