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))]
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 必要があります。

適用対象