ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DataStream Class / CanWrite Property

In This Topic
    CanWrite Property (DataStream)
    In This Topic
    Gets a value indicating whether the current stream supports writing.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanWrite As Boolean
    public override bool CanWrite {get;}

    Property Value

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