StripLine.StripWidth 属性

定义

获取或设置带状线的宽度。

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

属性值

一个 double 值,该值确定是绘制条带还是线条。 默认值为 0.0。

属性

注解

此属性不能设置为小于零的值,否则将引发异常。

设置为 0.0 将导致绘制线条;此行将对其颜色、宽度和样式使用 BorderColorBorderDashStyleBorderWidth 属性设置。 Back*当 的值为 StripWidth 0.0 时,不会使用此类中的任何属性。

如果将 属性设置为 StripWidth 大于零的值,则将创建一个带区。 BorderColorBorderDashStyleBorderWidth 属性仅适用于条带的边框;然后,所有Back*属性都用于带区的背景属性。

如果 属性的值 StripWidth 大于 0.0,则单位由相关轴刻度确定。

适用于