SplitterPanel.Location プロパティ

定義

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

Point の左上隅を SplitterPanel の左上隅に対して相対的に表す SplitContainer

属性

適用対象