Gets/sets the bitmap which is displayed in the control.
Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ Public Property Bitmap As Bitmap |
| C# |
|---|
[BrowsableAttribute(false)] public Bitmap Bitmap { get; set; } |
| Visual C++ |
|---|
[BrowsableAttribute(false)] public: property Bitmap^ Bitmap { Bitmap^ get (); void set (Bitmap^ value); } |
Property Value
The bitmap which should be displayed in the control.
Remarks
When you assign another instance of the Bitmap class to this property, it is highly recommended to dispose the copy currently stored in this property. It will make your application much more memory-friendly.