Axis.InterlacedColor Proprietà

Definizione

Ottiene o imposta il colore delle strisce interlacciate.

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

Valore della proprietà

Oggetto Color che rappresenta il colore delle strisce interlacciate.

Attributi

Commenti

Utilizzare questa proprietà per specificare il colore delle righe di strip interlacciate visualizzate quando si richiama la InterlacedColor proprietà.

Per specificare il colore del bordo delle righe di striscia interlacciate, è necessario visualizzare le strisce usando la proprietà raccolta anziché la StripLinesInterlacedColor proprietà .

Si applica a