GrabHandle.GrabHandleCornerSize Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Shared ReadOnly Property GrabHandleCornerSize As Size
'Usage
Dim value As Size
value = GrabHandle.GrabHandleCornerSize
public static Size GrabHandleCornerSize { get; }
public:
static property Size GrabHandleCornerSize {
Size get ();
}
public static function get GrabHandleCornerSize () : Size
Property Value
Type: System.Drawing.Size
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.