ChartElementOutline.OutlinePath プロパティ

定義

アウトライン パスを取得または設定します。 複合オブジェクトの場合およびポイントが 2 つ以下のオブジェクトの場合、結果が 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 オブジェクト。

適用対象