ComponentOne Bitmap for WPF
CanWrite Property (DataStream)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DataStream Class : CanWrite Property
Gets a value indicating whether the current stream supports writing.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanWrite As System.Boolean
public override System.bool CanWrite {get;}

Property Value

true if the stream supports writing; otherwise, false.
See Also

Reference

DataStream Class
DataStream Members