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))]
public System.Drawing.Color InterlacedColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.InterlacedColor : System.Drawing.Color with get, set
Public Property InterlacedColor As Color
屬性值
Color 物件,表示交錯式帶狀線的色彩。
- 屬性
備註
您可以使用這個屬性來指定當您叫用屬性時所顯示之交錯式帶狀線的色彩 InterlacedColor 。
若要指定交錯式帶狀線的框線色彩,您必須使用 StripLines 集合屬性而非屬性來顯示條紋 InterlacedColor 。