Sdílet prostřednictvím


Axis.InterlacedColor Vlastnost

Definice

Získá nebo nastaví barvu prokládaných čar pruhu.

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

Hodnota vlastnosti

Color

Objekt, Color který představuje barvu prokládané čáry pruhu.

Atributy

Poznámky

Pomocí této vlastnosti můžete určit barvu prokládané čáry pruhu, které se zobrazí při vyvolání InterlacedColor vlastnosti .

Pokud chcete zadat barvu ohraničení prokládané čáry pruhu, musíte pruhy zobrazit pomocí vlastnosti StripLines kolekce místo InterlacedColor vlastnosti .

Platí pro