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






Gets or sets the arc style launch offset when stack mode is set to ArcStyle.

Syntax

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