RectangleF.Width 属性

定义

获取或设置此 RectangleF 结构的宽度。

public:
 property float Width { float get(); void set(float value); };
public float Width { get; set; }
member this.Width : single with get, set
Public Property Width As Single

属性值

RectangleF 结构的宽度。 默认值为 0。

适用于