Intersoft ClientUI Documentation
PointerPoint3 Property (UXCallOut)



Gets or set the third point that formed the pointer shape.
Syntax
<CategoryAttribute("Appearance")>
Public Property PointerPoint3 As Point
Dim instance As UXCallOut
Dim value As Point
 
instance.PointerPoint3 = value
 
value = instance.PointerPoint3
[CategoryAttribute("Appearance")]
public Point PointerPoint3 {get; set;}
[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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXCallOut Class
UXCallOut Members

Send Feedback