次の方法で共有


ParentControlDesigner.GridSize プロパティ

デザイナがグリッド描画モードのときに描画されるグリッドの各四角形のサイズを取得または設定します。

Protected Property GridSize As Size
[C#]
protected Size GridSize {get; set;}
[C++]
protected: __property Size get_GridSize();protected: __property void set_GridSize(Size);
[JScript]
protected function get GridSize() : Size;protected function set GridSize(Size);

プロパティ値

フォームまたはユーザー コントロールに描画されたグリッドの各四角形のサイズを表す Size

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ParentControlDesigner クラス | ParentControlDesigner メンバ | System.Windows.Forms.Design 名前空間