Gets or sets a value used to divide the final result of the output.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property Divisor As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UserFilterCommand
Dim value As Integer
instance.Divisor = value
value = instance.Divisor |
C# | |
---|
public int Divisor {get; set;} |
C++/CLI | |
---|
public:
property int Divisor {
int get();
void set ( int value);
} |
Property Value
Value used to divide the final result of the output. This must be a non-zero value. If you want to use floating point values for the matrix elements and the divisor, multiply the matrix elements and the divisor with the same value (for example, 10, 100, 1000). This property only accepts positive values.
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