共用方式為


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

CustomLabel 物件,表示目前自訂標籤的複本。

適用於