Gets or sets the value that indicates the vertical displacement factor, in percent of the image dimensions.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property VerticalFactor As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DisplacementCommand
Dim value As Integer
instance.VerticalFactor = value
value = instance.VerticalFactor |
C# | |
---|
public int VerticalFactor {get; set;} |
C++/CLI | |
---|
public:
property int VerticalFactor {
int get();
void set ( int value);
} |
Property Value
Value that indicates the vertical displacement factor, in percent of the image dimensions. The valid range is from 0 to 100.
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