共用方式為


Axis.InterlacedColor 屬性

定義

取得或設定交錯式帶狀線的色彩。

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

Color 物件,表示交錯式帶狀線的色彩。

屬性

備註

您可以使用這個屬性來指定當您叫用屬性時所顯示之交錯式帶狀線的色彩 InterlacedColor

若要指定交錯式帶狀線的框線色彩,您必須使用 StripLines 集合屬性而非屬性來顯示條紋 InterlacedColor

適用於