Gets or sets a value that represents the percentage or weight given to the blue value of each pixel in the image.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property BlueFactor As Integer |
C# | |
---|
public int BlueFactor {get; set;} |
C++/CLI | |
---|
public:
property int BlueFactor {
int get();
void set ( int value);
} |
Property Value
Value that represents the percentage or weight given to the blue 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