GiveFeedbackEventArgs.CursorOffset 属性

定义

获取或设置拖动图像光标偏移量。

public:
 property System::Drawing::Point CursorOffset { System::Drawing::Point get(); void set(System::Drawing::Point value); };
public System.Drawing.Point CursorOffset { get; set; }
member this.CursorOffset : System.Drawing.Point with get, set
Public Property CursorOffset As Point

属性值

注解

指定游标在内 DragImage的位置,该位置是左上角的偏移量。

适用于