Gets or sets the amount of stretching.

public int Value {get; set;}
public int Value {get; set;}
get_Value();
set_Value(value);
public:
property int Value {
int get();
void set ( int value);
}
'Declaration
Public Property Value As Integer
'Usage
Dim instance As CylinderCommand
Dim value As Integer
instance.Value = value
value = instance.Value
Property Value
Amount of stretching where:
- Positive values: stretch the pixels toward the image edges depending on the type of cylinder.
- Negative values: stretch the pixels toward the central line of the cylinder.
- The valid range is from -100 to 100.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2