Gets or sets the bits per pixel for the destination image. The allowed values are 8, 12, or 16.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property DestinationBitsPerPixel As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ShiftDataCommand
Dim value As Integer
instance.DestinationBitsPerPixel = value
value = instance.DestinationBitsPerPixel |
C# | |
---|
public int DestinationBitsPerPixel {get; set;} |
C++/CLI | |
---|
public:
property int DestinationBitsPerPixel {
int get();
void set ( int value);
} |
Property Value
Bits per pixel for the destination image. The allowed values are 8, 12, or 16.
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