Bitmap Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets an image control's bitmap.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property Bitmap As Bitmap
public Bitmap Bitmap { get; set; }
public:
property Bitmap^ Bitmap {
    Bitmap^ get ();
    void set (Bitmap^ value);
}
member Bitmap : Bitmap with get, set
function get Bitmap () : Bitmap
function set Bitmap (value : Bitmap)

Property Value

Type: Microsoft.SPOT. . :: . .Bitmap
The image control's bitmap.

.NET Framework Security

See Also

Reference

Image Class

Microsoft.SPOT.Presentation.Controls Namespace