←Select platform

Image Property (RasterPictureBox)

Summary

Gets or sets the image currently assigned for display by the control.

Syntax

C#
VB
C++
[CategoryAttribute("Appearance")] 
[BrowsableAttribute(true)] 
public Leadtools.RasterImage Image {get; set;} 
<CategoryAttribute("Appearance")> 
<BrowsableAttribute(True)> 
Public Property Image As Leadtools.RasterImage 
[CategoryAttribute("Appearance")] 
[BrowsableAttribute(true)] 
public: 
property Leadtools.RasterImage^ Image { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.RasterImage^ ); 
} 

Property Value

The image to be displayed.

Remarks

Set this property to an RasterImage object and the control will display it based on the current settings of the other properties of this class.

Example

Refer to RasterPictureBox.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize