获取或设置控件的上边缘的 y 坐标。
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法public virtual int Top { get; set; }
Public Overridable Property Top As Integer
Get
Set
属性值
类型:
Int32控件的上边缘的 y 坐标。
备注
Top 属性值等效于控件的 Location 属性值的 Point.Y 属性。
对 Height 和 Top 属性值所做的更改导致该控件的 Bottom 属性值更改。
参见