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 对象,该对象表示当前自定义标签的副本。

适用于