[]
Set the value of the Stream attached property for a given object.
public static void SetStream(DependencyObject obj, byte[] value)
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object to which the property value is written. |
byte[] | value | The Stream value of the specified object. |