SplitterPanel.Width 属性

定义

获取或设置 SplitterPanel 的宽度。

public:
 property int Width { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public int Width { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Width : int with get, set
Public Property Width As Integer

属性值

Int32

SplitterPanel 的宽度(以像素为单位)。

属性

适用于