Udostępnij za pośrednictwem


Axis.InterlacedColor Właściwość

Definicja

Pobiera lub ustawia kolor przeplatanych linii paskowych.

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

Wartość właściwości

Color Obiekt reprezentujący kolor linii pasków przeplotowych.

Atrybuty

Uwagi

Ta właściwość służy do określania koloru przeplatanych linii pasków wyświetlanych podczas wywoływania InterlacedColor właściwości.

Aby określić kolor obramowania linii pasków przeplotowych, należy wyświetlić paski przy użyciu StripLines właściwości kolekcji zamiast InterlacedColor właściwości .

Dotyczy