Intersoft ClientUI Documentation
Image Property
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > HybridRoutedCommand Class : Image Property






Specifies the ImageSource to be associated to the Image property of UIElement that supports HybridRoutedCommand.

Syntax

Visual Basic (Declaration) 
Public Property Image As ImageSource
Visual Basic (Usage)Copy Code
Dim instance As HybridRoutedCommand
Dim value As ImageSource
 
instance.Image = value
 
value = instance.Image
C# 
public ImageSource Image {get; set;}
Delphi 
public read-write property Image: ImageSource; 
JScript 
public function get,set Image : ImageSource
Managed Extensions for C++ 
public: __property ImageSource* get_Image();
public: __property void set_Image( 
   ImageSource* value
);
C++/CLI 
public:
property ImageSource^ Image {
   ImageSource^ get();
   void set (    ImageSource^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.