NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StandardCommands.SizeToGrid

Gets the GUID/integer value pair for the SizeToGrid command. Read only.

[Visual Basic]
Public Shared ReadOnly SizeToGrid As CommandID
[C#]
public static readonly CommandID SizeToGrid;
[C++]
public: static readonly CommandID* SizeToGrid;
[JScript]
public static var SizeToGrid : CommandID;

See Also

StandardCommands Class | StandardCommands Members | System.ComponentModel.Design Namespace