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アクセスすると、プロパティのコピーが返されます。 したがって、プロパティから返されるプロパティまたはYプロパティをPointLocation変更Xすることは、の 、Right、TopまたはBottomプロパティ値にはForm影響Leftしません。 これらのプロパティを調整するには、各プロパティ値を個別に設定するか、新しいPointプロパティをLocation設定します。
このプロパティはLocation、基底クラスのプロパティをControlLocation取得または設定し、プロパティtrue
を Bindable .