Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.WinForms Namespace > RasterPictureBox Class : Image Property |
[CategoryAttribute("Appearance")] [BrowsableAttribute(true)] public RasterImage Image {get; set;}
'Declaration <CategoryAttribute("Appearance")> <BrowsableAttribute(True)> Public Property Image As RasterImage
'Usage Dim instance As RasterPictureBox Dim value As RasterImage instance.Image = value value = instance.Image
[CategoryAttribute("Appearance")] [BrowsableAttribute(true)] public: property RasterImage^ Image { RasterImage^ get(); void set ( RasterImage^ value); }