Intersoft ClientUI Documentation
ItemImageStretch Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXMenuBase Class : ItemImageStretch Property






Gets or sets the item's image stretch mode.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Item Settings")>
Public Property ItemImageStretch As Stretch
Visual Basic (Usage)Copy Code
Dim instance As UXMenuBase
Dim value As Stretch
 
instance.ItemImageStretch = value
 
value = instance.ItemImageStretch
C# 
[CategoryAttribute("Item Settings")]
public Stretch ItemImageStretch {get; set;}
Delphi 
public read-write property ItemImageStretch: Stretch; 
JScript 
CategoryAttribute("Item Settings")
public function get,set ItemImageStretch : Stretch
Managed Extensions for C++ 
[CategoryAttribute("Item Settings")]
public: __property Stretch get_ItemImageStretch();
public: __property void set_ItemImageStretch( 
   Stretch value
);
C++/CLI 
[CategoryAttribute("Item Settings")]
public:
property Stretch ItemImageStretch {
   Stretch get();
   void set (    Stretch 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.