SplitterPanel.Location プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SplitterPanel の左上隅に対する相対座標として、SplitContainer の左上隅の座標を取得または設定します。 このクラスでは、このプロパティは使用されません。
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 の左上隅を SplitterPanel の左上隅に対して相対的に表す SplitContainer。
- 属性