StreamAccessMode Enum
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Defines constants for read, write access to a stream.
Syntax
public enum StreamAccessMode
Fields
Name | Description |
---|---|
Read | Read access to the stream. Data can be read from the stream. |
Write | Write access to the stream. Data can be written to the stream. |