| Visual Basic (Declaration) | |
|---|---|
Public Property Value As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PunchCommand Dim value As Integer instance.Value = value value = instance.Value | |
| C# | |
|---|---|
public int Value {get; set;} | |
Property Value
Amount of stretching where :Positive values: pinch the image toward its center.
Negative values: expand the image away from its center.
Valid values range from -500 to 500.
Refer to PunchCommand.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code