StartPosition属性有如下选项,分别含义如下:

  CenterParent                     窗体在其父窗体中居中。    
CenterScreen 窗体在当前显示窗口中居中,其尺寸在窗体大小中指定。
Manual 窗体的位置由 Location 属性确定。
WindowsDefaultBounds 窗体定位在 Windows 默认位置,其边界也由 Windows 默认决定。
WindowsDefaultLocation 窗体定位在 Windows 默认位置,其尺寸在窗体大小中指定。 CenterScreen的意思并不是屏幕居中(是相对的),它是在"当前显示窗口"中居中。 当用Show()方法时应选择CenterScreen, 用ShowDialog()方法时应选择CenterParent,这样才能让要显示的窗口居中。

最新文章

  1. eclipse 配色方案
  2. 利用writing-mode实现元素的垂直居中
  3. linux下开启防火墙,打开端口
  4. jQuery源代码学习之六——jQuery数据缓存Data
  5. servlet servlet请求与响应
  6. 【转】Python中string的strip,lstrip,rstrip用法
  7. 【转】其实你不知道MultiDex到底有多坑
  8. MongoDB过过瘾
  9. perl中shift 和unshift 操作
  10. Ubuntu下安装Mysql并使用
  11. Input类型是checkbox时checked属性获取
  12. harbor镜像仓库-02-https访问配置
  13. 在线排错之curl命令详解
  14. FreeRDP的安装配置(错误信息:SSL_read: Failure in SSL library (protocol error?))
  15. 【BZOJ2732】【HNOI2012】射箭 二分+半平面交
  16. GlusterFS 一
  17. jQueryEasyUI 学习笔记
  18. C++显式类型转换
  19. jquery.query.js 插件(示例及简单应用) —— html之间传值
  20. Codeforces Round #332 (Div. 2)B. Spongebob and Joke

热门文章

  1. VS2013 密钥 – 所有版本
  2. shell 多行注释
  3. Linux下使用Jmeter做性能测试
  4. 记一次proc_open没有开启心得感悟
  5. For Freedom —— 代理篇
  6. Duilib源码分析(五)UI布局—Layout与各子控件
  7. 【转载】 wpf无边框的方法以及拖拽的问题
  8. WM_COPYDATA实现的不同进程间通信
  9. The specified type member 'Date' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties
  10. 域名解析与多域名绑定多个Tomcat项目