ChartElementOutline.OutlinePath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アウトライン パスを取得または設定します。 複合オブジェクトの場合およびポイントが 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。