PrintPreviewDialog.Location 属性

定义

获取或设置该控件的左上角相对于其容器的左上角的坐标。

public:
 property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point Location { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Location : System.Drawing.Point with get, set
Public Property Location As Point

属性值

Point

Point,表示控件的左上角相对于其容器的左上角。

属性

注解

此属性与此类无关。

适用于