←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly