ElementPosition.Width 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置图表元素的宽度。
public:
property float Width { float get(); void set(float value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public float Width { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Width : single with get, set
Public Property Width As Single
属性值
一个 float
值,该值表示图表元素的宽度。
- 属性
注解
此属性始终使用相对坐标;如果将值设置为0-100 像素范围以外的值,则会引发异常。