C1.Silverlight.RichTextBox.5
SetStream Method

The object to which the property value is written.
The Stream value of the specified object.
Set the value of the Stream attached property for a given object.
Syntax
'Declaration
 
Public Shared Sub SetStream( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal value() As System.Byte _
) 
public static void SetStream( 
   System.Windows.DependencyObject obj,
   System.byte[] value
)

Parameters

obj
The object to which the property value is written.
value
The Stream value of the specified object.
See Also

Reference

ImageAttach Class
ImageAttach Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.