Gets the value that the
MinimumToZeroCommand class object uses to shift the negative values so that the minimum negative value will be zero.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property ShiftAmount As Integer |
C# | |
---|
public int ShiftAmount {get;} |
Managed Extensions for C++ | |
---|
public: __property int get_ShiftAmount(); |
C++/CLI | |
---|
public:
property int ShiftAmount {
int get();
} |
Return Value
Value that the
MinimumToZeroCommand class object uses to shift the negative values so that the minimum negative value will be zero.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also