[This is preliminary documentation and is subject to change.]
Screen point where balloon leg should point
Namespace: NFX.WinForms.ControlsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public Point TargetPoint { get; set; }
public Point TargetPoint { get; set; }
Public Property TargetPoint As Point
Get
Set
Public Property TargetPoint As Point
Get
Set
public:
property Point TargetPoint {
Point get ();
void set (Point value);
}
public:
property Point TargetPoint {
Point get ();
void set (Point value);
}
member TargetPoint : Point with get, set
member TargetPoint : Point with get, set
Property Value
Type:
Point