Namespace: Telerik.WinControlsAssembly: 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