Gets or sets the image bits per pixel used when loading images from a data binding object.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImageViewer
Dim value As Integer
instance.BindingLoadBitsPerPixel = value
value = instance.BindingLoadBitsPerPixel
|
Managed Extensions for C++ | |
---|
[CategoryAttribute("DataBinding")]
[DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")]
public: __property int get_BindingLoadBitsPerPixel();
public: __property void set_BindingLoadBitsPerPixel(
int value
); |
Return Value
The image bits per pixel used when loading images from a data binding object.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also