Chart.CurrentImageLocation Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan URL gambar saat ini tempat Chart kontrol akan dirender.
public:
property System::String ^ CurrentImageLocation { System::String ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public string CurrentImageLocation { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.CurrentImageLocation : string
Public ReadOnly Property CurrentImageLocation As String
Nilai Properti
string Nilai yang mewakili URL gambar bagan saat ini.
- Atribut
Keterangan
Properti ini tidak berpengaruh jika ImageStorageMode properti diatur ke ImageStorageMode.UseHttpHandler.