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






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

Syntax

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