'Declaration
Public Shared Function GetStream( _ ByVal obj As DependencyObject _ ) As Byte()
public static byte[] GetStream( DependencyObject obj )
Parameters
- obj
- The object from which the property value is read.
Return Value
The Stream value of the requested object.