Gets or sets an explicit pen buffer size used when IsSessionBufferSizeAutomatic is false.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int SessionBufferSize { get; set; }
Visual Basic
Public Property SessionBufferSize As Integer
	Get
	Set
JScript
function get SessionBufferSize () : int
function set SessionBufferSize (value : int)

Remarks

Specifying a non positive value for this property won't have any effect.

See Also