Gets or sets a value that represents the percentage or weight given to the green value of each pixel in the image.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property GreenFactor As Integer |
C# | |
---|
public int GreenFactor {get; set;} |
C++/CLI | |
---|
public:
property int GreenFactor {
int get();
void set ( int value);
} |
Property Value
Value that represents the percentage or weight given to the green value of each pixel in the image. Possible values are 0 to 1000.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also