Intersoft ClientUI Documentation
StackArcItemWidth Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXStackMenu Namespace > UXStackButton Class : StackArcItemWidth Property






Gets or sets the stack arc item width.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Stack Arc")>
Public Property StackArcItemWidth As Double
Visual Basic (Usage)Copy Code
Dim instance As UXStackButton
Dim value As Double
 
instance.StackArcItemWidth = value
 
value = instance.StackArcItemWidth
C# 
[CategoryAttribute("Stack Arc")]
public double StackArcItemWidth {get; set;}
Delphi 
public read-write property StackArcItemWidth: Double; 
JScript 
CategoryAttribute("Stack Arc")
public function get,set StackArcItemWidth : double
Managed Extensions for C++ 
[CategoryAttribute("Stack Arc")]
public: __property double get_StackArcItemWidth();
public: __property void set_StackArcItemWidth( 
   double value
);
C++/CLI 
[CategoryAttribute("Stack Arc")]
public:
property double StackArcItemWidth {
   double get();
   void set (    double 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.