PrintPreviewDialog.Location Property

Definition

Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.

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

Property Value

The Point that represents the upper-left corner of the control relative to the upper-left corner of its container.

Attributes

Remarks

This property is not relevant for this class.

Applies to