Gets or sets the horizontal shift of the image, in pixels.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property HorizontalShift As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As OffsetCommand
Dim value As Integer
instance.HorizontalShift = value
value = instance.HorizontalShift |
C# | |
---|
public int HorizontalShift {get; set;} |
C++/CLI | |
---|
public:
property int HorizontalShift {
int get();
void set ( int value);
} |
Property Value
Horizontal shift of the image, in pixels.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also