Maximum number of components. It is 3 for a color image, 1 for a grayscale image.
Supported in Silverlight, Windows Phone 7.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly Property MaximumComponentsNumber As Integer |
C# | |
---|
public static int MaximumComponentsNumber {get;} |
C++/CLI | |
---|
public:
static property int MaximumComponentsNumber {
int get();
} |
Property Value
Maximum number of components. It is 3 for a color image, 1 for a grayscale image.
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