Gets the value of the Stream attached property for a given object.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public static byte[] GetStream(
	DependencyObject obj
)
Visual Basic
Public Shared Function GetStream ( _
	obj As DependencyObject _
) As Byte()

Parameters

obj
Type: System.Windows..::..DependencyObject
The object from which the property value is read.

Return Value

The Stream value of the requested object.

See Also