Для изменения размера нажмите или перетащите

ProxyStreamPosition - свойство

When overridden in a derived class, gets or sets the position within the current stream.

Пространство имён:  Tessa.Platform.IO
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public override long Position { get; set; }

Возвращаемое значение

Тип: Int64
The current position within the stream.
Исключения
ИсключениеУсловие
IOExceptionAn I/O error occurs.
NotSupportedExceptionThe stream does not support seeking.
ObjectDisposedExceptionMethods were called after the stream was closed.
См. также