ActivityDesigner.Location 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定設計工具的邏輯座標位置。
public:
virtual property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
public virtual System.Drawing.Point Location { get; set; }
member this.Location : System.Drawing.Point with get, set
Public Overridable Property Location As Point
屬性值
設計工具的邏輯座標位置。
備註
使用 Location 屬性於設計階段或執行階段在設計介面上定位設計工具。