ChartElementOutline.OutlinePath 屬性

定義

取得或設定外框路徑。 對於複雜物件和具有兩點 (含) 以下的物件,結果可能是 null

public:
 property System::Drawing::Drawing2D::GraphicsPath ^ OutlinePath { System::Drawing::Drawing2D::GraphicsPath ^ get(); };
public System.Drawing.Drawing2D.GraphicsPath OutlinePath { get; }
member this.OutlinePath : System.Drawing.Drawing2D.GraphicsPath
Public ReadOnly Property OutlinePath As GraphicsPath

屬性值

GraphicsPath

表示外框路徑的 GraphicsPath 物件。

適用於