Intersoft ClientUI Documentation
PointerOffset Property (UXCallOut)



Gets or sets the offset position of the callout's pointer.
Syntax
<CategoryAttribute("Appearance")>
Public Property PointerOffset As Double
Dim instance As UXCallOut
Dim value As Double
 
instance.PointerOffset = value
 
value = instance.PointerOffset
[CategoryAttribute("Appearance")]
public double PointerOffset {get; set;}
[CategoryAttribute("Appearance")]
public:
property double PointerOffset {
   double get();
   void set (    double value);
}
Remarks
When pointer position is set to bottom / top, setting a negative value to pointer offset will shift the pointer to the left from its original position and vice versa. When pointer position is set to left / right, setting a negative value to pointer offset will shift the pointer to the right from its original position and vice versa.
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