Set the value of the Stream attached property for a given object.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
C# |
---|
public static void SetStream( DependencyObject obj, byte[] value ) |
Visual Basic |
---|
Public Shared Sub SetStream ( _ obj As DependencyObject, _ value As Byte() _ ) |
Parameters
- obj
- Type: System.Windows..::..DependencyObject
The object to which the property value is written.
- value
- Type: array<System..::..Byte>[]()[][]
The Stream value of the specified object.