RadControls for WinForms

Initializes a new instance of the StretchEventArgs class

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public StretchEventArgs(
	bool isStretchHorizontal,
	bool stretchValue
)
Visual Basic
Public Sub New ( _
	isStretchHorizontal As Boolean, _
	stretchValue As Boolean _
)

Parameters

isStretchHorizontal
Type: System..::..Boolean
stretchValue
Type: System..::..Boolean

See Also