SpreadsheetGear 2017
LayoutTransform Property (DropDownButton)






SpreadsheetGear.Windows.Controls Namespace > DropDownButton Class : LayoutTransform Property
Syntax
'Declaration
 
Public Property LayoutTransform As System.Windows.Media.Transform
'Usage
 
Dim instance As DropDownButton
Dim value As System.Windows.Media.Transform
 
instance.LayoutTransform = value
 
value = instance.LayoutTransform
public System.Windows.Media.Transform LayoutTransform {get; set;}
public read-write property LayoutTransform: System.Windows.Media.Transform; 
public function get,set LayoutTransform : System.Windows.Media.Transform
public: __property System.Windows.Media.Transform* get_LayoutTransform();
public: __property void set_LayoutTransform( 
   System.Windows.Media.Transform* value
);
public:
property System.Windows.Media.Transform^ LayoutTransform {
   System.Windows.Media.Transform^ get();
   void set (    System.Windows.Media.Transform^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DropDownButton Class
DropDownButton Members