CustomLabel.Clone 方法

定義

回傳一個複製的標籤物件。

public:
 System::Windows::Forms::DataVisualization::Charting::CustomLabel ^ Clone();
public System.Windows.Forms.DataVisualization.Charting.CustomLabel Clone();
member this.Clone : unit -> System.Windows.Forms.DataVisualization.Charting.CustomLabel
Public Function Clone () As CustomLabel

傳回

一個 CustomLabel 代表目前自訂標籤副本的物件。

適用於