ElementPosition.Width 属性

定义

获取或设置图表元素的宽度。

public:
 property float Width { float get(); void set(float value); };
[System.ComponentModel.Bindable(true)]
public float Width { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Width : single with get, set
Public Property Width As Single

属性值

一个 float 表示图表元素宽度的值。

属性

注解

此属性始终使用相对坐标;如果在 0-100 像素范围之外设置值,则会引发异常。

适用于