Form.Location 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
[System.ComponentModel.SettingsBindable(true)]
public System.Drawing.Point Location { get; set; }
[<System.ComponentModel.SettingsBindable(true)>]
member this.Location : System.Drawing.Point with get, set
Public Property Location As Point
屬性值
- 屬性
備註
Point 是 結構,這表示它是實值型別。 如果您在 中 Point 存取屬性,則會傳回屬性的複本。 因此,變更 X 從 Location 屬性傳回之 的 Point 或 Y 屬性,不會影響 Left 的 、 Right 、 Top 或 Bottom 屬性值 Form 。 若要調整這些屬性,請個別設定每個屬性值,或使用新的 Point 設定 Location 屬性。
屬性 Location 會取得或設定 Location 基類的 Control 屬性,並將 屬性設定 Bindable 為 true
。