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






Gets or sets the outer perspective point position. The value is between 0 - 1, where 0 is close to the top boundary and 1 is close to bottom boundary.

Syntax

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