Chart.BorderSkin Proprietà

Definizione

Ottiene o imposta un BorderSkin oggetto che fornisce la funzionalità dell'interfaccia del bordo per il Chart controllo.

public:
 property System::Windows::Forms::DataVisualization::Charting::BorderSkin ^ BorderSkin { System::Windows::Forms::DataVisualization::Charting::BorderSkin ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::BorderSkin ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendConverter))]
public System.Windows.Forms.DataVisualization.Charting.BorderSkin BorderSkin { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendConverter))>]
member this.BorderSkin : System.Windows.Forms.DataVisualization.Charting.BorderSkin with get, set
Public Property BorderSkin As BorderSkin

Valore della proprietà

Oggetto BorderSkin che fornisce la funzionalità dell'interfaccia del bordo per il grafico.

Attributi

Commenti

Utilizzare questa proprietà per specificare un'interfaccia del bordo per il grafico.

Si applica a