←Select platform

Image Property

Summary

Image currently assigned for display by the control.

Syntax
C#
VB
C++
public RasterImage Image { get; set; } 
Public Property Image() As RasterImage 
   Get 
   Set 
public:  
   property RasterImage^ Image 
   { 
      RasterImage^ get() 
      void set(RasterImage^ value) 
   } 

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.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.