←Select platform

Image Property

Summary

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

Syntax

C#
VB
C++
[EditorAttribute("Leadtools.WinForms.Design.RasterImageEditor, Leadtools.WinForms.Design, Version=1" + 
 "9.0.4.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907", System.Type)] 
public RasterImage Image { get; set; } 
<BrowsableAttribute(True)> 
Public Property Image As Leadtools.RasterImage 
[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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly