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






Gets or set the third point that formed the pointer shape.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
Public Property PointerPoint3 As Point
Visual Basic (Usage)Copy Code
Dim instance As UXCallOut
Dim value As Point
 
instance.PointerPoint3 = value
 
value = instance.PointerPoint3
C# 
[CategoryAttribute("Appearance")]
public Point PointerPoint3 {get; set;}
Delphi 
public read-write property PointerPoint3: Point; 
JScript 
CategoryAttribute("Appearance")
public function get,set PointerPoint3 : Point
Managed Extensions for C++ 
[CategoryAttribute("Appearance")]
public: __property Point get_PointerPoint3();
public: __property void set_PointerPoint3( 
   Point value
);
C++/CLI 
[CategoryAttribute("Appearance")]
public:
property Point PointerPoint3 {
   Point get();
   void set (    Point value);
}

Remarks

PointerPoint1, PointerPoint2, PointerPoint3 represent three points that will formed the shape of the pointer. It will draw the line from PointerPoint1 to PointerPoint2 and finally to PointerPoint3. Try to experiment with the values to get different kind of shapes.

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.