Axis.InterlacedColor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置交错带状线的颜色。
public:
property System::Drawing::Color InterlacedColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Color InterlacedColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.InterlacedColor : System.Drawing.Color with get, set
Public Property InterlacedColor As Color
属性值
一个 Color 对象,该对象表示交错带状线的颜色。
- 属性
注解
使用此属性指定在调用 属性时显示的交错条带线 InterlacedColor 的颜色。
若要指定交错带状线的边框颜色,必须使用集合属性而不是 StripLines 属性显示 InterlacedColor 条带。