'宣言 Public Property DesktopLocation As System.Drawing.Point
'使用法 Dim instance As RtfOptionsForm Dim value As System.Drawing.Point instance.DesktopLocation = value value = instance.DesktopLocation
public System.Drawing.Point DesktopLocation {get; set;}